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

github.com/gohugoio/hugoBasicExample.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandros <onedrawingperday@users.noreply.github.com>2019-02-21 12:46:48 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2019-02-21 12:46:48 +0300
commit2941cdef6a905fdcaf1ee447a29986ff4feab5b5 (patch)
tree20f04d388c91e53c0ba698b1a7deb9aad351ec42
parent5cf42a224f559333dfbb47f0be1936156274b237 (diff)
Add more Taxonomies configuration (#27)
This PR adds the default Hugo taxonomies configuration in the second config of the HugoBasicExample. This PR will fix a number of theme demos that currently require the default Hugo taxonomies. For example the [Plain Blog](https://themes.gohugo.io/plain-blog/) theme demo will generate once again after this PR is merged.
-rw-r--r--configTaxo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/configTaxo.toml b/configTaxo.toml
index 234f5fc..37abe6c 100644
--- a/configTaxo.toml
+++ b/configTaxo.toml
@@ -1,2 +1,4 @@
[taxonomies]
+category = "categories"
+tag = "tags"
series = "series" \ No newline at end of file