turn off global options for katex and mermaid

they can be turned on for individual posts
This commit is contained in:
Fabian Montero 2025-09-18 12:52:51 -06:00
parent caf4588ebd
commit a9ac9eeb36
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3

View file

@ -52,8 +52,8 @@ toc = true
bottom_footnotes = true
copy_button = true
code_block_name_links = true
katex = true
mermaid = true
katex = false # can be set to true in individual posts as needed
mermaid = false # can be set to true in individual posts as needed
show_reading_time = false
copyright = "© $CURRENT_YEAR Fabian Montero $SEPARATOR Unless otherwise noted, the content in this website is available under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license."