Merge pull request #391 from cldershem/fixTaxDocs
Updates docs to match proper toml syntax.
This commit is contained in:
commit
c4225432c1
|
@ -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 = "tags", rss = true}, # each tag will have its own RSS feed
|
||||||
# {name: "categories", paginate_by: 5}, # 5 items per page for a term
|
# {name = "categories", paginate_by = 5}, # 5 items per page for a term
|
||||||
# {name: "authors"}, # Basic definition: no RSS or pagination
|
# {name = "authors"}, # Basic definition: no RSS or pagination
|
||||||
# ]
|
# ]
|
||||||
#
|
#
|
||||||
taxonomies = []
|
taxonomies = []
|
||||||
|
|
Loading…
Reference in a new issue