aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 88f9a3e..fd294a2 100644
--- a/config.toml
+++ b/config.toml
@@ -11,9 +11,13 @@ default_language = "en"
generate_feeds = true
feed_filenames = ["feed.xml"]
+taxonomies = [
+ {name = "tags", feed = false},
+]
+
[markdown]
highlight_code = true
-highlight_theme = "zenburn"
+highlight_theme = "one-dark"
render_emoji = true
smart_punctuation = true