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 --- config.toml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 99bc6dd..968ca17 100644 --- a/config.toml +++ b/config.toml @@ -32,8 +32,8 @@ ignored_content = [] ignored_static = [] # Whether to generate a RSS feed automatically -generate_feed = true -feed_filename = "atom.xml" +generate_feeds = true +feed_filenames = ["atom.xml"] # The taxonomies to be rendered for that site and their configuration # Example: @@ -50,7 +50,8 @@ taxonomies = [ # Highlight code blocks highlight_code = true -highlight_theme = "base16-ocean-dark" +#highlight_theme = "base16-ocean-dark" +highlight_theme = "material-dark" # Use emojis like :smile: and :shrug: render_emoji = true @@ -132,7 +133,9 @@ twitter_creator = "@IustinRaznic" # twitter handle of the author # in the posts front-matter # this will skip disqus components from rendering on the page all together -# Similarily, but unrelated, + +### PAGE SPECIFIC TOGGLES ### + # Table of Contents button-functionality can be enabled per-page by adding: # [extra] @@ -140,7 +143,7 @@ twitter_creator = "@IustinRaznic" # twitter handle of the author # # in the page front-matter -# Similarily, but unrelated, +# Similarily, # Math Latex (KaTeX) rendering can be enabled per-page by adding: # [extra] @@ -148,14 +151,14 @@ twitter_creator = "@IustinRaznic" # twitter handle of the author # # in the page front-matter -# Similarily, but unrelated, +# Similarily, # Navigation buttons can be enabled per-page by adding: # [extra.earlier] # title = "Typography" # permalink = "https://alphara.art/posts/typography" -# AND/OR +# AND/OR (if needed) # [extra.later] # title = "Henlo Internet!" -- cgit v1.2.3