mirror of https://github.com/onweru/compose.git

weru
13.39.2022 17d886cf4af74252c5a4674238dccd34a92ddc19
exampleSite/content/docs/clarity/blogging.md
@@ -5,12 +5,12 @@
### Blog directory
Edit the `config.toml` file and change the `mainSections` key. Values will be directories where the blogs reside.
Edit the `config.toml` file and change the `blogDir` key. Value will be name of the folder where the blog articles reside.
```yaml
[params]
...
mainSections = ["posts", "docs", "blogs"]
blogDir = "blog"
...
```