Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sample-config.toml')
-rw-r--r--sample-config.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/sample-config.toml b/sample-config.toml
index e77147b..5c08f0e 100644
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -32,10 +32,10 @@ pygmentscodefences = true
post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the old ones
# Make tags and categories work
-[indexes]
- tag = "tags"
- category = "categories"
-
+# As of Hugo v0.33 these are not needed anymore
+# [indexes]
+# tag = "tags"
+# category = "categories"
[params]