From 2e392e5eb071dba32e6497eca41825fee1ef412c Mon Sep 17 00:00:00 2001 From: koirand Date: Wed, 26 Aug 2020 17:30:01 +0900 Subject: [PATCH] Rename taxonomy kinds from taxonomy to term --- exampleSite/config.toml | 2 +- theme.toml | 2 +- 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"