Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iCyris/hugo-theme-yuki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriCyris <cyris1015@gmail.com>2019-03-02 17:53:28 +0300
committeriCyris <cyris1015@gmail.com>2019-03-02 17:53:28 +0300
commit45920e3775a87276714e054f6b5cc18b4a8d7218 (patch)
treec3fac083a2beb660d460c021e79454d1fd1cf77a
parente2aedce5936b504229d8c758baa18eb06890ae8c (diff)
update config.toml
-rwxr-xr-xexampleSite/config.toml9
1 files 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]]