From e64c1b90bedbe2683499256c3ba22442259e16f9 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Mon, 31 Jan 2022 22:15:40 +0000 Subject: [PATCH] document change dafdedb #73 --- exampleSite/config/_default/params.toml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 791d741..dac2e04 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -1,4 +1,6 @@ -mainSections = ["posts"] # use it for blog page section +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 -- Gitblit v1.10.0