This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
hugo-PaperMod
mirror of
https://github.com/adityatelange/hugo-PaperMod.git
Watch
1
Star
0
Fork
You've already forked hugo-PaperMod
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b3742c5b52
hugo-PaperMod
/
configTaxo.toml
4 lines
67 B
TOML
Raw
Normal View
History
Unescape
Escape
Re-add Series Taxonomy with 2nd config (#23)
2019-02-20 08:14:52 -05:00
[
taxonomies
]
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 04:46:48 -05:00
category
=
"categories"
tag
=
"tags"
Re-add Series Taxonomy with 2nd config (#23)
2019-02-20 08:14:52 -05:00
series
=
"series"