hugo-PaperMod/configTaxo.toml
Alexandros 2941cdef6a 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.
2019-02-21 10:46:48 +01:00

4 lines
67 B
TOML

[taxonomies]
category = "categories"
tag = "tags"
series = "series"