Files
website/hugo.toml
2026-03-03 09:45:04 -06:00

19 lines
538 B
TOML

baseURL = 'https://lukerufkahr.com'
languageCode = 'en-us'
title = 'My New Hugo Site'
[taxonomies]
tag = 'tags'
chapterno = 'chapterno'
[markup]
[markup.highlight]
style = 'gruvbox-light'
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)'], ['$', '$']]
[params]
math = true