summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
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