From 85c7d9009d53696d6bc887609595e3933967687c Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Mon, 13 Jun 2022 15:33:47 +0000
Subject: [PATCH] modify blog settings & menu link

---
 exampleSite/config/_default/params.toml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index 9b92c5f..2059339 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -1,9 +1,10 @@
-mainSections = ["posts"] # use it for blog page section
 # use the setting below to set multiple docs directories.
 # docSections = ["docs", "tutorials"]
 
 uniqueHomePage = true # change to false to add sidebar to homepage
 
+blogDir = "blog" # can be posts, blog e.t.c
+
 repo = "https://github.com/onweru/compose"
 
 time_format_blog = "Monday, January 02, 2006"

--
Gitblit v1.10.0