mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-24 00:56:34 -05:00
Rename taxonomy kinds from taxonomy to term
This commit is contained in:
parent
f1482a4cde
commit
2e392e5eb0
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ hasCJKLanguage = true
|
||||||
# Make sure setting a following option for search bar to work
|
# Make sure setting a following option for search bar to work
|
||||||
[outputs]
|
[outputs]
|
||||||
section = ["JSON", "HTML"]
|
section = ["JSON", "HTML"]
|
||||||
taxonomy = ["JSON", "HTML"]
|
term = ["JSON", "HTML"]
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "blog"
|
identifier = "blog"
|
||||||
|
|
|
@ -6,7 +6,7 @@ license = "MIT"
|
||||||
licenselink = "https://github.com/koirand/pulp/blob/master/LICENSE"
|
licenselink = "https://github.com/koirand/pulp/blob/master/LICENSE"
|
||||||
description = "Pulp is a Hugo theme for getting a simple, easy-to-read blog site."
|
description = "Pulp is a Hugo theme for getting a simple, easy-to-read blog site."
|
||||||
tags = ["minimal", "blog", "simple", "light", "personal", "search"]
|
tags = ["minimal", "blog", "simple", "light", "personal", "search"]
|
||||||
min_version = "0.41"
|
min_version = "0.73"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "koirand"
|
name = "koirand"
|
||||||
|
|
Loading…
Reference in a new issue