lynx/config.toml

26 lines
546 B
TOML
Raw Normal View History

2021-11-01 10:28:09 +08:00
# baseURL = "https://your_domain.com/"
2025-01-20 22:23:00 +08:00
languageCode = "zh-cn"
defaultContentLanguage = "zh-cn"
2021-11-01 10:28:09 +08:00
2025-01-20 22:23:00 +08:00
title = "xiushen"
2021-11-01 10:28:09 +08:00
# copyright = "Copy, _right?_ :thinking_face:"
enableEmoji = true
disableKinds = ["taxonomy", "term"]
2023-11-27 17:15:26 +08:00
[params.author]
2025-01-20 22:23:00 +08:00
name = "xiushen"
headline = "有趣的灵魂只此一人"
image = "avatar.jpeg"
2021-11-01 10:28:09 +08:00
links = [
2025-01-20 22:23:00 +08:00
{ email = "mailto:alyenc@outlook.com" },
{ github = "https://github.com/alyenc" },
{ gitlab = "https://gitlab.com/alyenc" }
2021-11-01 10:28:09 +08:00
]
[module]
[module.hugoVersion]
extended = false
min = "0.86.1"