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 /README.md
parent8fa969312a8528d6b0688977c0b74f8baf775c9a (diff)
Remove index from readme and sample-config. Fixes #48
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index e7df699..99b4f4a 100644
--- a/README.md
+++ b/README.md
@@ -52,9 +52,10 @@ paginate = 6
post = "/blog/:year-:month-:day-:title/"
# 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]