Live demo : https://netoun.github.io/ntun/
First download this theme to your themes
directory:
cd themes
git clone https://github.com/netoun/ntun.git
and then enable it in your config.toml
:
theme = "ntun"
This theme requires index section in about
(content/about/_index.md
)
The posts should therefore be in directly under the content about
folder.
Set a field in extra
with a key of after_dark_menu
:
[extra]
author = "Jon Snow"
author_image="me.jpg"
city="Winterfell"
years="281"
job = "King of the north"
description = "Dragons & Aunt ❤️"
links = [
{ url = "", title="", icon = "fab fa-github"},
{ url = "", title="", icon = "fab fa-twitter"},
{ url = "", title="", icon = "fab fa-linkedin"},
{ url = "mailto:", title="", icon = "fas fa-envelope"}
]
# if you add languages, put your emoji flag on array
languages_flags = [
"🇬🇧"
]
If you put $BASE_URL
in a url, it will automatically be replaced by the actual
site URL.