42 lines
698 B
TOML
42 lines
698 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]
|
||
|
author = "Matúš Námešný"
|
||
|
user = "hello"
|
||
|
hostname = "namesny.com"
|
||
|
|
||
|
[[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 = "email"
|
||
|
url = "mailto:matus@namesny.com"
|