Add comment to config.toml

This commit is contained in:
koirand 2020-01-18 15:08:50 -10:00
parent a853f58f5f
commit 0982ecad08

View file

@ -7,9 +7,6 @@ hasCJKLanguage = true
# pygmentsUseClasses = true # pygmentsUseClasses = true
# googleAnalytics = "{your tracking code}" # googleAnalytics = "{your tracking code}"
[taxonomies]
tags = "tags"
[params] [params]
author = "Your Name" author = "Your Name"
avatar = "avatar.jpg" avatar = "avatar.jpg"
@ -24,6 +21,11 @@ hasCJKLanguage = true
# custom_css = ["/css/custom.css"] # custom_css = ["/css/custom.css"]
# custom_js = ["/js/custom.js"] # 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] [outputs]
section = ["JSON", "HTML"] section = ["JSON", "HTML"]
taxonomy = ["JSON", "HTML"] taxonomy = ["JSON", "HTML"]