mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
2941cdef6a
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.
4 lines
67 B
TOML
4 lines
67 B
TOML
[taxonomies]
|
|
category = "categories"
|
|
tag = "tags"
|
|
series = "series" |