more posts
This commit is contained in:
40
hugo.toml
40
hugo.toml
@@ -1,4 +1,40 @@
|
||||
baseURL = 'https://tilde.club/~ferkle/'
|
||||
baseURL = 'https://tilde.club/~ferkle'
|
||||
languageCode = 'en-us'
|
||||
title = 'Ferkle Blog'
|
||||
theme = 'ananke'
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user