From 2c1b00f3094321ba9fd3121e723823b96dfbc528 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 25 Feb 2024 23:04:38 +0200 Subject: Massive changes - improvements in performance, accesability and SEO as well as best practices Changes to be committed: deleted: static/js/copy.js modified: static/js/main.js modified: config.toml modified: content/posts/code_test.md modified: templates/404.html modified: templates/index.html modified: templates/macros.html modified: templates/page.html modified: templates/section.html modified: templates/tags/single.html --- config.toml | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 729db82..f4137b2 100644 --- a/config.toml +++ b/config.toml @@ -37,7 +37,7 @@ compile_sass = true # When set to "true", the generated HTML files are minified. minify_html = true -# This does the whole example.com/image.jpg url hardlinking thing (supposedly) +# This does the whole example.com/image.jpg url hardlinking thing # When set to "true", files in the `static` directory are hard-linked. Useful for large # static files. Note that for this to work, both `static` and the # output directory need to be on the same filesystem. Note that the theme's `static` @@ -59,22 +59,19 @@ extra_syntaxes = [] [markdown] -# Highlight all code blocks found +# Highlight code blocks highlight_code = true highlight_theme = "base16-ocean-dark" -render_emoji = true # like :smile: and :shrug: +# Emojis like :smile: and :shrug: +render_emoji = true [translations] -# You can put any kind of data in there and it -# will be accessible in all templates +# You can put any kind of data in there and it will be accessible in all templates [extra] -# 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 footer_copyright = ' · CC BY-NC 4.0' @@ -93,13 +90,10 @@ hermit_social = [ { name = "email", link = "mailto:iustin@alphara.art" } ] -[extra.highlightjs] +[extra.author] -#enable = true -#clipboard = true -#theme = "1337" -# theme = "railscasts" -# theme = "vs2015" +name = "Iustin Râznic" +email = "iustin@alphara.art" [extra.disqus] @@ -123,11 +117,6 @@ hermit_social = [ # to the page front matter # Icon will then appear above the page title that will toggle the ToC -[extra.author] - -name = "Iustin Râznic" -email = "iustin@alphara.art" - [extra.google_analytics] # enable = false -- cgit v1.2.3