leafee98-blog/config.toml

70 lines
1.6 KiB
TOML
Raw Normal View History

2022-04-28 06:40:02 +00:00
title = "Leafee98's Blog"
theme = "hugo-theme-flat"
2022-05-10 13:40:47 +00:00
enableRobotsTXT = true
2022-04-28 06:40:02 +00:00
hasCJKLanguage = true
paginate = 6
2022-07-21 09:50:39 +00:00
baseURL = "https://blog.leafee98.com/"
2022-04-28 06:40:02 +00:00
# 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
2022-05-20 14:14:46 +00:00
[params]
2023-06-29 14:34:57 +00:00
description = "I blog here, mostly about playing with computers and the internet. Sometimes I also share what I just learned."
2022-05-20 14:14:46 +00:00
mainSections = [ 'posts' ]
2022-04-28 06:40:02 +00:00
[params.remark42]
host='https://remark42.leafee98.com'
2022-07-21 11:14:04 +00:00
site_id='blog'
2022-04-28 06:40:02 +00:00
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://git.leafee98.com/leafee98/hugo-theme-flat"
pre = "Theme <a href=\"https://git.leafee98.com/leafee98/hugo-theme-flat\">hugo-theme-flat</a>"
2022-04-28 06:40:02 +00:00
[[menus.main]]
name = "Posts"
2022-04-28 06:40:02 +00:00
url = "/posts/"
weight = 20
[[menus.main]]
name = "Essays"
url = "/essays/"
2022-04-28 06:40:02 +00:00
weight = 30
2022-04-28 06:40:02 +00:00
[[menus.main]]
pageref = "about"
name = "About"
weight = 80
2023-06-29 14:34:57 +00:00
[security.exec]
allow = [ "^asciidoctor$" ]