blog/hugo.toml

41 lines
747 B
TOML
Raw Permalink Normal View History

2025-11-28 09:03:51 +00:00
baseURL = 'https://tilde.club/~ferkle'
2025-11-03 12:29:35 +00:00
languageCode = 'en-us'
title = 'Ferkle Blog'
2025-11-28 09:03:51 +00:00
theme = 'archie'
# theme = 'ananke'
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[pagination]
pagerSize = 4 # articles per page
[params]
mode="dark" # color-mode → light,dark,toggle or auto
useCDN=false # don't use CDNs for fonts and icons, instead serve them locally.
subtitle = ""
mathjax = false # enable MathJax support
katex = false # enable KaTeX support
# Main menu Items
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "All posts"
url = "/posts"
weight = 2
[[menu.main]]
name = "About"
url = "/about"
weight = 3
# [[menu.main]]
# name = "Tags"
# url = "/tags"
# weight = 4