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
parent8fa969312a8528d6b0688977c0b74f8baf775c9a (diff)
Remove index from readme and sample-config. Fixes #48
-rw-r--r--README.md7
-rw-r--r--sample-config.toml8
2 files changed, 8 insertions, 7 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]
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]