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"