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

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Boothe <git@rootwork.org>2022-07-31 04:31:05 +0300
committerIvan Boothe <git@rootwork.org>2022-07-31 04:31:05 +0300
commit16abf4afeaa3daace382fd0f4359e48637dc298c (patch)
tree52de555627ddab1cc5b09449b9a0b2f6d9f805c2
parent5831916689803ed0123e195997fd214f9396c7bb (diff)
Correct documentation for mainSections, fixes #327
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9c29d78..d5f2db0 100644
--- a/README.md
+++ b/README.md
@@ -327,10 +327,9 @@ If using Matomo Analytics, configure the `matomo_analytics` global parameters in
### Blog directory
-Edit `config.toml` and change the `mainSections` key. Values will be directories where the blogs reside.
+Edit `params.toml` and change the `mainSections` key. Values will be directories where the blogs reside.
```yaml
-[params]
...
mainSections = ["posts", "docs", "blogs"]
...