leafee98-blog/config.toml
2022-12-22 21:06:38 +08:00

82 lines
1.7 KiB
TOML

title = "Leafee98's Blog"
theme = "hugo-theme-flat"
enableRobotsTXT = true
hasCJKLanguage = true
paginate = 6
baseURL = "https://blog.leafee98.com/"
# these values are hugo built in markup config
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = false
noClasses = false
noHl = false
style = 'monokailight'
tabWidth = 4
[params]
mainSections = [ 'posts' ]
[params.remark42]
host='https://remark42.leafee98.com'
site_id='blog'
max_shown_comments=100
theme='light'
locale='en'
show_email_subscription=false
simple_view=true
# you can set multi row of footers like these
[[params.footer_rows]]
[[params.footer_rows.items]]
name = "Creative Commons Attribution 4.0 International"
url = "https://creativecommons.org/licenses/by/4.0/"
pre = "Copyright <a href=\"https://creativecommons.org/licenses/by/4.0/\">CC BY-4.0</a>"
[[params.footer_rows]]
[[params.footer_rows.items]]
name = "Hugo"
url = "https://gohugo.io"
pre = "Powered by <a href=\"https://gohugo.io\">Hugo</a>"
[[params.footer_rows.items]]
name = "theme flat"
url = "https://cgit.leafee98.com/hugo-theme-flat"
pre = "Theme <a href=\"https://cgit.leafee98.com/hugo-theme-flat.git/\">hugo-theme-flat</a>"
[[menus.main]]
name = "Posts"
url = "/posts/"
weight = 20
[[menus.main]]
name = "Essays"
url = "/essays/"
weight = 30
[[menus.main]]
pageref = "about"
name = "About"
weight = 80
[[menus.main]]
name = "Services"
weight = 60
[[menus.main]]
parent = "Services"
name = "Cgit"
url = "https://cgit.leafee98.com/"
[[menus.main]]
parent = "Services"
name = "Pasty"
url = "https://paste.leafee98.com/"
[[menus.main]]
parent = "Services"
name = "Plik"
url = "https://plik.leafee98.com/"