website/hugo.toml
2025-01-23 15:11:51 -05:00

21 lines
431 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