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:
authorparsiya <parsiya@gmail.com>2018-03-11 21:32:34 +0300
committerparsiya <parsiya@gmail.com>2018-03-11 21:32:34 +0300
commit18eaa769951d922e8502d1a905b2aa4e4f1d6bb7 (patch)
tree1967d8801500fb8be6ab33609d0be217477bb105 /sample-config.toml
parent8fa969312a8528d6b0688977c0b74f8baf775c9a (diff)
Remove index from readme and sample-config. Fixes #48
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]