mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-24 17:16:31 -05:00
Add taxonomies in config.toml #34
This commit is contained in:
parent
70e6d15d29
commit
282efdb381
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ hasCJKLanguage = true
|
|||
# pygmentsUseClasses = true
|
||||
# googleAnalytics = "{your tracking code}"
|
||||
|
||||
[taxonomies]
|
||||
series = "series"
|
||||
|
||||
[params]
|
||||
author = "Your Name"
|
||||
avatar = "avatar.jpg"
|
||||
|
|
Loading…
Reference in a new issue