From 0982ecad0803ba450f81a04b4d613f0a224204d9 Mon Sep 17 00:00:00 2001 From: koirand Date: Sat, 18 Jan 2020 15:08:50 -1000 Subject: [PATCH] Add comment to config.toml --- exampleSite/config.toml | 8 +++++--- 1 file 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"]