Skip to content

Commit

Permalink
renaming config.toml to hugo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenwater committed Dec 31, 2024
1 parent 4a6172e commit af1478e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.toml → hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ disableLanguageSwitchingButton = false
disableBreadcrumb = false
# If set to true, hide table of contents menu in the header of all pages
disableToc = false
# If set to false, load the MathJax module on every page regardless if a MathJax shortcode is present
disableMathJax = true
# If set to true, load the MathJax module on every page regardless if a MathJax shortcode is present
math = true
# Specifies the remote location of the MathJax js
customMathJaxURL = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
customMathJaxURL = 'https://unpkg.com/mathjax/es5/tex-mml-chtml.js'
# Initialization parameter for MathJax, see MathJax documentation
mathJaxInitialize = "{}"
mathJaxInitialize = '{ "chtml": { "displayAlign": "left" }, { "tex": { "inlineMath": [["\(", "\)"], ["@", "@"]], displayMath: [["\[", "\]"], ["@@", "@@"]] }, "options": { "enableMenu": false }'
# If set to false, load the Mermaid module on every page regardless if a Mermaid shortcode or Mermaid codefence is present
disableMermaid = false
# Specifies the remote location of the Mermaid js
Expand Down

0 comments on commit af1478e

Please sign in to comment.