namesny-com/config.toml

51 lines
812 B
TOML

baseURL = 'https://namesny.com/'
languageCode = 'en-us'
[module]
[[module.imports]]
path = "github.com/LordMathis/hugo-theme-nightfall"
[menu]
[[menu.header]]
name = "blog"
weight = 0
url = "blog"
[[menu.header]]
name = "about"
weight = 1
url = "about"
[params]
user = "hello"
hostname = "namesny.com"
[params.author]
name = "Matúš Námešný"
[[params.social]]
key = 0
name = "github"
url = "https://github.com/LordMathis"
[[params.social]]
key = 1
name = "gitea"
url = "https://git.namesny.com/Mathis"
[[params.social]]
key = 2
name = "linkedin"
url = "https://www.linkedin.com/in/matus-namesny/"
[[params.social]]
key = 3
name = "mastodon"
url = "https://toot.io/@mathis"
rel = "me"
[[params.social]]
key = 4
name = "email"
url = "mailto:matus@namesny.com"