diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-10-06 02:09:15 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-10-06 02:09:15 +0300 |
commit | 4eae5213c9e1b2c6db6035247a0124912c4dfba1 (patch) | |
tree | 128fbbbddf3508c1cb4b1c00118c9fc34a74d683 /config.toml | |
parent | ae0525c25ba7c00ec688c5006a931ce68485d366 (diff) |
Really nice optimizations.
Changes to be committed:
modified: config.toml
modified: sass/_predefined.scss
modified: sass/style.scss
modified: static/js/main.js
renamed: static/auto-render.min.js -> static/katex/auto-render.min.js
renamed: static/katex.min.css -> static/katex/katex.min.css
renamed: static/katex.min.js -> static/katex/katex.min.js
modified: templates/index.html
modified: templates/page.html
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 968ca17..bb4b773 100644 --- a/config.toml +++ b/config.toml @@ -52,6 +52,7 @@ taxonomies = [ highlight_code = true #highlight_theme = "base16-ocean-dark" highlight_theme = "material-dark" +# try more syntax highlighting themes # Use emojis like :smile: and :shrug: render_emoji = true |