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.
This commit is contained in:
Alexandros 2019-02-21 11:46:48 +02:00 committed by digitalcraftsman
parent 5cf42a224f
commit 2941cdef6a

View File

@ -1,2 +1,4 @@
[taxonomies] [taxonomies]
category = "categories"
tag = "tags"
series = "series" series = "series"