From 15b74b29077ace6f1ae3eb75992dd582def66068 Mon Sep 17 00:00:00 2001 From: Cameron Dershem Date: Wed, 29 Aug 2018 18:55:49 -0400 Subject: [PATCH] Updates docs to match proper toml syntax. --- docs/content/documentation/getting-started/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/documentation/getting-started/configuration.md b/docs/content/documentation/getting-started/configuration.md index f8eecb32..209aaaaa 100644 --- a/docs/content/documentation/getting-started/configuration.md +++ b/docs/content/documentation/getting-started/configuration.md @@ -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 = []