summaryrefslogtreecommitdiffstatshomepage
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index 12b77f1..2515acc 100644
--- a/config.toml
+++ b/config.toml
@@ -4,8 +4,7 @@ title = "zunzuncito"
description = "Wolf's humming microblog"
compile_sass = true
-generate_feed = true
-smart_punctuation = true
+generate_feeds = true
taxonomies = [
{ name = "tags", feed = true, paginate_by = 100 },
@@ -14,3 +13,6 @@ taxonomies = [
[extra]
author = "wolf"
avatar = "/avatars/wolf.jpg"
+
+[markdown]
+smart_punctuation = true