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:
authorChip Zoller <chipzoller@gmail.com>2022-07-31 16:52:43 +0300
committerGitHub <noreply@github.com>2022-07-31 16:52:43 +0300
commit26eed539c36ea85dbe8566ffd432121f6224d35d (patch)
tree52de555627ddab1cc5b09449b9a0b2f6d9f805c2
parent5831916689803ed0123e195997fd214f9396c7bb (diff)
parentcff73726d250098baa7eeeb6f1b29244a9835d7a (diff)
Merge pull request #363 from chipzoller/doc-main-sections
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"]
...