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:
-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"]
...