From d3192bed44cabf7f8e402b30853ff22761be1ec5 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:14:27 +0200 Subject: 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 --- config.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config.toml') 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" -- cgit v1.2.3