From 4eae5213c9e1b2c6db6035247a0124912c4dfba1 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 6 Oct 2024 02:09:15 +0300 Subject: 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 --- config.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'config.toml') 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 -- cgit v1.2.3