mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Add comment to config.toml
This commit is contained in:
parent
a853f58f5f
commit
0982ecad08
1 changed files with 5 additions and 3 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue