blog/hugo.toml
2025-04-02 13:00:09 -04:00

41 lines
688 B
TOML

baseURL = 'https://wires.systems'
languageCode = 'en-us'
title = "wires"
uglyurls = true
disableKinds = ['section']
summaryLength = 10
[taxonomies]
tag = 'tags'
[markup]
highlight.noClasses = false
goldmark.renderer.unsafe = true
tableOfContents.ordered = true
[outputs]
page = ["HTML"]
home = ["HTML", "RSS"]
term = ["HTML"]
taxonomy = ["HTML"]
[outputFormats.rss]
baseName = 'feed'
[[menu.main]]
weight = -10
name = "home"
url = "/"
[[menu.main]]
weight = -5
name = "tags"
url = "/tags.html"
[[menu.main]]
name = "rss"
url = "/feed.xml"
[[menu.main]]
name = "git"
url = "https://git.wires.systems/wires"