From ae0525c25ba7c00ec688c5006a931ce68485d366 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Thu, 26 Sep 2024 03:35:41 +0300 Subject: A lot of good changes, my site looks like my rice X11 DWM now. Changes to be committed: modified: config.toml modified: content/about.md modified: content/posts/code_test.md modified: content/posts/some_cool_stuff.md modified: sass/_normalize.scss modified: sass/_predefined.scss deleted: sass/_syntax.scss modified: sass/style.scss new file: static/auto-render.min.js modified: static/browserconfig.xml new file: static/fonts/KaTeX_AMS-Regular.ttf new file: static/fonts/KaTeX_AMS-Regular.woff new file: static/fonts/KaTeX_AMS-Regular.woff2 new file: static/fonts/KaTeX_Caligraphic-Bold.ttf new file: static/fonts/KaTeX_Caligraphic-Bold.woff new file: static/fonts/KaTeX_Caligraphic-Bold.woff2 new file: static/fonts/KaTeX_Caligraphic-Regular.ttf new file: static/fonts/KaTeX_Caligraphic-Regular.woff new file: static/fonts/KaTeX_Caligraphic-Regular.woff2 new file: static/fonts/KaTeX_Fraktur-Bold.ttf new file: static/fonts/KaTeX_Fraktur-Bold.woff new file: static/fonts/KaTeX_Fraktur-Bold.woff2 new file: static/fonts/KaTeX_Fraktur-Regular.ttf new file: static/fonts/KaTeX_Fraktur-Regular.woff new file: static/fonts/KaTeX_Fraktur-Regular.woff2 new file: static/fonts/KaTeX_Main-Bold.ttf new file: static/fonts/KaTeX_Main-Bold.woff new file: static/fonts/KaTeX_Main-Bold.woff2 new file: static/fonts/KaTeX_Main-BoldItalic.ttf new file: static/fonts/KaTeX_Main-BoldItalic.woff new file: static/fonts/KaTeX_Main-BoldItalic.woff2 new file: static/fonts/KaTeX_Main-Italic.ttf new file: static/fonts/KaTeX_Main-Italic.woff new file: static/fonts/KaTeX_Main-Italic.woff2 new file: static/fonts/KaTeX_Main-Regular.ttf new file: static/fonts/KaTeX_Main-Regular.woff new file: static/fonts/KaTeX_Main-Regular.woff2 new file: static/fonts/KaTeX_Math-BoldItalic.ttf new file: static/fonts/KaTeX_Math-BoldItalic.woff new file: static/fonts/KaTeX_Math-BoldItalic.woff2 new file: static/fonts/KaTeX_Math-Italic.ttf new file: static/fonts/KaTeX_Math-Italic.woff new file: static/fonts/KaTeX_Math-Italic.woff2 new file: static/fonts/KaTeX_SansSerif-Bold.ttf new file: static/fonts/KaTeX_SansSerif-Bold.woff new file: static/fonts/KaTeX_SansSerif-Bold.woff2 new file: static/fonts/KaTeX_SansSerif-Italic.ttf new file: static/fonts/KaTeX_SansSerif-Italic.woff new file: static/fonts/KaTeX_SansSerif-Italic.woff2 new file: static/fonts/KaTeX_SansSerif-Regular.ttf new file: static/fonts/KaTeX_SansSerif-Regular.woff new file: static/fonts/KaTeX_SansSerif-Regular.woff2 new file: static/fonts/KaTeX_Script-Regular.ttf new file: static/fonts/KaTeX_Script-Regular.woff new file: static/fonts/KaTeX_Script-Regular.woff2 new file: static/fonts/KaTeX_Size1-Regular.ttf new file: static/fonts/KaTeX_Size1-Regular.woff new file: static/fonts/KaTeX_Size1-Regular.woff2 new file: static/fonts/KaTeX_Size2-Regular.ttf new file: static/fonts/KaTeX_Size2-Regular.woff new file: static/fonts/KaTeX_Size2-Regular.woff2 new file: static/fonts/KaTeX_Size3-Regular.ttf new file: static/fonts/KaTeX_Size3-Regular.woff new file: static/fonts/KaTeX_Size3-Regular.woff2 new file: static/fonts/KaTeX_Size4-Regular.ttf new file: static/fonts/KaTeX_Size4-Regular.woff new file: static/fonts/KaTeX_Size4-Regular.woff2 new file: static/fonts/KaTeX_Typewriter-Regular.ttf new file: static/fonts/KaTeX_Typewriter-Regular.woff new file: static/fonts/KaTeX_Typewriter-Regular.woff2 new file: static/katex.min.css new file: static/katex.min.js modified: templates/404.html modified: templates/index.html modified: templates/macros.html modified: templates/page.html modified: templates/section.html modified: templates/shortcodes/youtube.html modified: templates/tags/list.html modified: templates/tags/single.html --- templates/404.html | 2 +- templates/index.html | 10 +++++----- templates/macros.html | 6 +++--- templates/page.html | 6 +++--- templates/section.html | 6 +++--- templates/shortcodes/youtube.html | 2 +- templates/tags/list.html | 6 +++--- templates/tags/single.html | 6 +++--- 8 files changed, 22 insertions(+), 22 deletions(-) (limited to 'templates') diff --git a/templates/404.html b/templates/404.html index 94a6247..c565d09 100644 --- a/templates/404.html +++ b/templates/404.html @@ -5,7 +5,7 @@ {% block title %} {% endblock title %} {% block main %} -
+

diff --git a/templates/index.html b/templates/index.html index 9144fc0..746f8ab 100644 --- a/templates/index.html +++ b/templates/index.html @@ -67,8 +67,8 @@ {{ config.title }} {% endif %} - {% if config.generate_feed %} - + {% if config.generate_feeds %} + {% endif %} @@ -77,7 +77,7 @@ {% endblock header %} {% block title %} -

+

{{ config.title }}

{{ config.extra.home_subtitle }}

@@ -100,9 +100,9 @@

© {{ now() | date(format="%Y") }} {{ config.extra.author.name }} - {% if config.generate_feed %} + {% if config.generate_feeds %} · - + diff --git a/templates/macros.html b/templates/macros.html index 1f5488f..58b1ad2 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -9,15 +9,15 @@ {% endmacro read_time %} {% macro footer() %} -
+

© {{ now() | date(format="%Y") }} {{ config.extra.author.name }} {{ config.extra.footer_copyright | safe }}

Made with Zola · Theme : Hermit_Zola - {% if config.generate_feed %} - · + {% if config.generate_feeds %} + · {% endif %}

diff --git a/templates/page.html b/templates/page.html index 67bdddb..176dc7b 100644 --- a/templates/page.html +++ b/templates/page.html @@ -3,7 +3,7 @@ {% import "macros.html" as macros %} {% block header %} -