summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-08-12 06:50:12 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-08-12 06:50:12 +0300
commit93fd472f353d004ae399eb1d5619539a7efe30c5 (patch)
treefde421d05e580cd8143be95699c8c7a7c81d040a /config.toml
parent37b2ee0eeaeeb4e3de1029556538b7a4e0c775e2 (diff)
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
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml8
1 files changed, 4 insertions, 4 deletions
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