Browse Source

Updates docs to match proper toml syntax.

index-subcmd
Cameron Dershem 5 years ago
parent
commit
15b74b2907
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/content/documentation/getting-started/configuration.md

+ 3
- 3
docs/content/documentation/getting-started/configuration.md View File

@@ -43,9 +43,9 @@ rss_limit = 20
# The taxonomies to be rendered for that site and their configuration
# Example:
# 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 = []


Loading…
Cancel
Save