aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-02 17:20:09 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-02 17:20:09 -0800
commit0d6c92124e6e21a536de6711ab5f82fa88200194 (patch)
tree874010499fcc32fe79c84087ecee405254f514ba /config.toml
parentsmall tweak (diff)
downloadfcuny.net-0d6c92124e6e21a536de6711ab5f82fa88200194.tar.gz
basic setup for tags
Diffstat (limited to '')
-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