diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-02-21 13:14:27 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-02-21 13:14:27 +0200 |
commit | d3192bed44cabf7f8e402b30853ff22761be1ec5 (patch) | |
tree | 700868d2480eb18e164afb42efe9da880ab599a2 /config.toml | |
parent | 7aab4f576a04ac0a12f9114d3ddefae59a58f7ab (diff) |
Resolving quite some problems in the JS, marking the scss colors and more...
Changes to be committed:
modified: static/js/main.js
modified: config.toml
modified: content/posts/typography.md
modified: sass/_predefined.scss
renamed: static/js/clipboard.js -> static/js/copy.js
deleted: static/js/clipboard.min.js
deleted: static/js/katex.js
deleted: static/js/katex.min.js
deleted: sass/katex.min.css
deleted: sass/katex.css
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config.toml b/config.toml index 41345fa..729db82 100644 --- a/config.toml +++ b/config.toml @@ -61,7 +61,7 @@ extra_syntaxes = [] # Highlight all code blocks found highlight_code = true -#highlight_theme = "1337" # weird behavior i need to fix +highlight_theme = "base16-ocean-dark" render_emoji = true # like :smile: and :shrug: @@ -72,8 +72,8 @@ render_emoji = true # like :smile: and :shrug: [extra] -# MathJax / LaTeX rendering support -math = true +# MathJax / LaTeX rendering support globally (expensive) +# math = true # you should enable this per-page when needed (it also gets automatically checked when detecting \tex stuff) home_subtitle = "Neural Art at its finest :))" # better title and description @@ -95,9 +95,9 @@ hermit_social = [ [extra.highlightjs] -enable = true -clipboard = true -theme = "1337" +#enable = true +#clipboard = true +#theme = "1337" # theme = "railscasts" # theme = "vs2015" |