nichijou/hugo.toml

23 lines
379 B
TOML
Raw Normal View History

2024-05-12 09:01:12 -04:00
baseURL = "https://shione.net/"
title = "shione"
pygmentsUseClasses = true
uglyurls = true
disablePathToLower = true
rssLimit = 10
[permalinks]
blog = "/:year/:month/:day/:slugorfilename"
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
ordered = true
[outputs]
section = ["HTML", "RSS"]
[markup.goldmark.parser.attribute]
block = true
title = true