Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/koirand/pulp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoirand <koirand.jp@gmail.com>2020-08-26 11:30:01 +0300
committerkoirand <koirand.jp@gmail.com>2020-08-26 11:30:01 +0300
commit2e392e5eb071dba32e6497eca41825fee1ef412c (patch)
tree86500301a5a48941a26809fe7941a44ef59d1a26
parentf1482a4cded730afa67472ce1f7ac8eceb2dbb11 (diff)
Rename taxonomy kinds from taxonomy to term
-rw-r--r--exampleSite/config.toml2
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d619e94..eb18e5b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -28,7 +28,7 @@ hasCJKLanguage = true
# Make sure setting a following option for search bar to work
[outputs]
section = ["JSON", "HTML"]
- taxonomy = ["JSON", "HTML"]
+ term = ["JSON", "HTML"]
[[menu.main]]
identifier = "blog"
diff --git a/theme.toml b/theme.toml
index 0ae55b1..b5b3b87 100644
--- a/theme.toml
+++ b/theme.toml
@@ -6,7 +6,7 @@ license = "MIT"
licenselink = "https://github.com/koirand/pulp/blob/master/LICENSE"
description = "Pulp is a Hugo theme for getting a simple, easy-to-read blog site."
tags = ["minimal", "blog", "simple", "light", "personal", "search"]
-min_version = "0.41"
+min_version = "0.73"
[author]
name = "koirand"