From 45920e3775a87276714e054f6b5cc18b4a8d7218 Mon Sep 17 00:00:00 2001 From: iCyris Date: Sat, 2 Mar 2019 22:53:28 +0800 Subject: update config.toml --- exampleSite/config.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 6eb6d2e..f9afa76 100755 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -9,7 +9,10 @@ copyright = "" # Theme config [params] - paginate = 10 + Paginate = 10 + + # The content you want to be listed on list pages. + mainSections = ["post"] # The information will display on the post pages. author = "Author" @@ -36,12 +39,12 @@ copyright = "" [[menu.nav]] name = "BLOG" - url = "/posts" + url = "/post" weight = 2 [[menu.nav]] name = "ABOUT" - url = "/pages/about" + url = "/about" weight = 3 [[menu.nav]] -- cgit v1.2.3