aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rwxr-xr-xconfig.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.toml b/config.toml
index 5992b61..3a90373 100755
--- a/config.toml
+++ b/config.toml
@@ -9,10 +9,10 @@ ignored_content = []
generate_feed = true
feed_filename = "rss.xml"
hard_link_static = false
-taxonomies = [
- { name = "categories", feed = true, paginate_by = 10 },
- { name = "tags", feed = true, paginate_by = 10 }
-]
+# taxonomies = [
+# { name = "categories", feed = true, paginate_by = 10 },
+# { name = "tags", feed = true, paginate_by = 10 }
+# ]
build_search_index = true
[markdown]