website/hugo.toml
2025-12-21 12:08:09 -05:00

27 lines
535 B
TOML

baseURL = 'https://argentumcation.com/'
languageCode = 'en-us'
title = 'ArgentumCation'
# theme = 'ananke'
[markup.highlight]
linenos = true
anchorlinenos = true
noClasses = false
[markup.goldmark]
renderer.unsafe = true
summaryLength = 1
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]
[params]
math = true
[outputs]
home = ['html', 'rss']
section = ['html', 'rss']
taxonomy = ['html']
term = ['html']