Files
bridget/exampleSite/config/_default/markup.toml
Sped0n 75dc3c9269 chore(hugo.toml): update baseURL, themesdir, theme, and title in hugo.toml
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
2023-11-03 09:37:53 +08:00

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