turn off global options for katex and mermaid
they can be turned on for individual posts
This commit is contained in:
parent
caf4588ebd
commit
a9ac9eeb36
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ toc = true
|
||||||
bottom_footnotes = true
|
bottom_footnotes = true
|
||||||
copy_button = true
|
copy_button = true
|
||||||
code_block_name_links = true
|
code_block_name_links = true
|
||||||
katex = true
|
katex = false # can be set to true in individual posts as needed
|
||||||
mermaid = true
|
mermaid = false # can be set to true in individual posts as needed
|
||||||
show_reading_time = false
|
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."
|
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."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue