blog/hugo.toml
2025-03-06 23:30:44 -05:00

26 lines
484 B
TOML

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