lynx/config.toml
alyenc 3b2ef81b82
Some checks failed
Test Build / Build Example Site (push) Failing after 1m36s
init
2025-01-20 22:23:00 +08:00

26 lines
546 B
TOML

# baseURL = "https://your_domain.com/"
languageCode = "zh-cn"
defaultContentLanguage = "zh-cn"
title = "xiushen"
# copyright = "Copy, _right?_ :thinking_face:"
enableEmoji = true
disableKinds = ["taxonomy", "term"]
[params.author]
name = "xiushen"
headline = "有趣的灵魂只此一人"
image = "avatar.jpeg"
links = [
{ email = "mailto:alyenc@outlook.com" },
{ github = "https://github.com/alyenc" },
{ gitlab = "https://gitlab.com/alyenc" }
]
[module]
[module.hugoVersion]
extended = false
min = "0.86.1"