w2ng/config.toml
2020-01-08 22:49:17 +08:00

50 lines
1.2 KiB
TOML

baseURL = "http://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"
theme = "hugo-w2ng"
pygmentsStyle="github"
hasCJKLanguage = true
enableEmoji = true
[params]
Footer = "© 2019 王不对 - **[CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)** - **[RSS](/index.xml)**"
HomeDesc = "**[博客](/blog/) 和 [飞行手册](/flight-rules/)中还有很多文章✨**"
AuthorName = "王不对"
[[menu.main]]
name = "博客"
url = "/blog/"
weight = 2
[[menu.main]]
name = "飞行手册"
url = "/flight-rules/"
weight = 4
[[menu.main]]
name = "论文笔记"
url = "/paper-notes/"
weight = 5
[[menu.main]]
name = "只言片语"
url = "/quote/"
weight = 6
[[menu.main]]
name = "关于"
url = "/about/"
weight = 1
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xHTML = false