mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
feat(hugo.toml): enable robots.txt and set defaultContentLanguage to 'en' in hugo.toml chore(markup.toml): update goldmark configuration in markup.toml chore(params.toml): update description and bundled fields in params.toml chore(sitemap.toml): update changefreq, filename, and priority in sitemap.toml
14 lines
265 B
TOML
14 lines
265 B
TOML
# don't touch this file
|
|
[goldmark]
|
|
[goldmark.extensions]
|
|
definitionList = true
|
|
footnote = true
|
|
linkify = true
|
|
strikethrough = true
|
|
table = true
|
|
taskList = true
|
|
typographer = true
|
|
[goldmark.renderer]
|
|
# whether to use HTML tags directly in the document
|
|
unsafe = true
|