|
@@ -43,9 +43,9 @@ rss_limit = 20 |
|
|
# The taxonomies to be rendered for that site and their configuration |
|
|
# The taxonomies to be rendered for that site and their configuration |
|
|
# Example: |
|
|
# Example: |
|
|
# taxonomies = [ |
|
|
# taxonomies = [ |
|
|
# {name: "tags", rss: true}, # each tag will have its own RSS feed |
|
|
|
|
|
# {name: "categories", paginate_by: 5}, # 5 items per page for a term |
|
|
|
|
|
# {name: "authors"}, # Basic definition: no RSS or pagination |
|
|
|
|
|
|
|
|
# {name = "tags", rss = true}, # each tag will have its own RSS feed |
|
|
|
|
|
# {name = "categories", paginate_by = 5}, # 5 items per page for a term |
|
|
|
|
|
# {name = "authors"}, # Basic definition: no RSS or pagination |
|
|
# ] |
|
|
# ] |
|
|
# |
|
|
# |
|
|
taxonomies = [] |
|
|
taxonomies = [] |
|
|