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-01-19 04:14:18 +0300
committerkoirand <koirand.jp@gmail.com>2020-01-19 04:14:18 +0300
commit8d525920bc82d9e6760872b8101016d08ece4217 (patch)
treef1d179ee4cd004ec7ea5ba6c5e3d2487d2dd9c75
parent0982ecad0803ba450f81a04b4d613f0a224204d9 (diff)
Delete taxonomies from config.toml
-rw-r--r--exampleSite/config.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 28fcfef..f54c921 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -21,10 +21,6 @@ hasCJKLanguage = true
# custom_css = ["/css/custom.css"]
# custom_js = ["/js/custom.js"]
-# the pulp support only tags in the taxonomies
-[taxonomies]
- tags = "tags"
-
# Make sure setting a following option for search bar to work
[outputs]
section = ["JSON", "HTML"]