From 17d886cf4af74252c5a4674238dccd34a92ddc19 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Mon, 13 Jun 2022 15:39:06 +0000 Subject: [PATCH] update blog documentation #24 --- exampleSite/content/docs/clarity/blogging.md | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/docs/clarity/blogging.md b/exampleSite/content/docs/clarity/blogging.md index 0919002..130f356 100644 --- a/exampleSite/content/docs/clarity/blogging.md +++ b/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" ... ``` -- Gitblit v1.10.0