19 lines
538 B
TOML
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
|