27 lines
535 B
TOML
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']
|
|
|