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:08:50 +0300
committerkoirand <koirand.jp@gmail.com>2020-01-19 04:08:50 +0300
commit0982ecad0803ba450f81a04b4d613f0a224204d9 (patch)
tree31ad14ef05529019215a171db486097375dcf1a3
parenta853f58f5f3a84e2cb83449fbc71ad0b424ce032 (diff)
Add comment to config.toml
-rw-r--r--exampleSite/config.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 418881a..28fcfef 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -7,9 +7,6 @@ hasCJKLanguage = true
# pygmentsUseClasses = true
# googleAnalytics = "{your tracking code}"
-[taxonomies]
- tags = "tags"
-
[params]
author = "Your Name"
avatar = "avatar.jpg"
@@ -24,6 +21,11 @@ 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"]
taxonomy = ["JSON", "HTML"]