summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-02-25 23:04:38 +0200
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-02-25 23:04:38 +0200
commit2c1b00f3094321ba9fd3121e723823b96dfbc528 (patch)
tree6677b84d121e9f1e8935d5fd488aa73454f3f62b /config.toml
parentd3192bed44cabf7f8e402b30853ff22761be1ec5 (diff)
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
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml27
1 files changed, 8 insertions, 19 deletions
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 = ' &#183; <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
@@ -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