From 93fd472f353d004ae399eb1d5619539a7efe30c5 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Tue, 12 Aug 2025 06:50:12 +0300 Subject: Major changes and the start of my post on a rust week. Changes to be committed: modified: .gitignore modified: config.toml modified: content/posts/rust.md modified: templates/404.html modified: templates/index.html new file: templates/shortcodes/image.html new file: static/css/critical.css deleted: rsync_to_testing --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 6bdf5e7..03ec1a2 100644 --- a/config.toml +++ b/config.toml @@ -50,9 +50,9 @@ taxonomies = [ # Highlight code blocks highlight_code = true -#highlight_theme = "boron" # 100% best practice contrast for comments -highlight_theme = "ayu-dark" # 94% -#highlight_theme = "1337" # 94% +#highlight_theme = "boron" +highlight_theme = "ayu-dark" +#highlight_theme = "1337" # Use emojis like :smile: and :shrug: render_emoji = true @@ -65,7 +65,7 @@ external_links_target_blank = false external_links_no_follow = false # Whether to set rel="noreferrer" for all external links -external_links_no_referrer = false +external_links_no_referrer = true # Whether smart punctuation is enabled (changing quotes, dashes, dots in their typographic form) # For example, `...` into `…`, `"quote"` into `“curly”` etc -- cgit v1.2.3