Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <contact@angelostavrow.com>2019-09-30 15:30:33 +0300
committerAngelo Stavrow <contact@angelostavrow.com>2019-09-30 15:30:33 +0300
commit7344b8cb26a143a39127262ff60fbfde96e56186 (patch)
treea5dd6aa87a071f6e86b37b129c364aba91db79ea
parent6a7f1c34fcbe1ac7f35b621eeaf081188c11c968 (diff)
Update README to explain mainSections configuration parameter, part 2 (#56)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8f1225e..0b06369 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ https://github.com/AngeloStavrow/indigo.git
There's a sample config.toml file in the root of the indigo theme directory (`config.toml.example`); copy it to the root of your Hugo site, and rename it to `config.toml` _after_ you've made a backup of your current config.toml file (if any).
-Set up the parameters in the config file, especially those in the social and `params.indieWeb` section. Social identifiers that you leave out will not be added to the footer of the site. If you prefer to use a content type other than `post`, be sure to change the `mainSections` parameter in the config file as well. For example, if you want content of type `posts` and `updates` to show up in lists, change the `mainSections` parameter to:
+Set up the parameters in the config file, especially those in the social and `params.indieWeb` section. Social identifiers that you leave out will not be added to the footer of the site. If you prefer to use a content type other than `post`, be sure to change the `mainSections` parameter in the config file as well. For example, if you want content of type `posts` and `updates` to show up in lists:
```toml
[params]