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:
authorDigitalcraftsman <digitalcraftsman@protonmail.com>2019-03-17 16:00:46 +0300
committerDigitalcraftsman <digitalcraftsman@protonmail.com>2019-03-17 16:00:46 +0300
commite645dfcd77f6774607b6f450c96cd4d3d55d0299 (patch)
treec81dfe422e18fdeb809c512e76d648b0558448ae
parente6ed5fc36a64d4f18f00e54a52be4ef67e6f6358 (diff)
Fix paginate option in example config file
The paginate option doesn't belong the params block of a config file.
-rwxr-xr-xexampleSite/config.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f9afa76..9c6b1a1 100755
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -6,31 +6,31 @@ author = "Cyris"
# Copyright notice. This will display on the footer.
copyright = ""
-
+paginate = 10
+
# Theme config
[params]
- Paginate = 10
-
+
# The content you want to be listed on list pages.
mainSections = ["post"]
-
+
# The information will display on the post pages.
author = "Author"
description = "Short description"
authorwebsite = "https://example.com/"
-
+
# The path to your images
favicon = "images/logo.png"
logo = "images/logo.png"
avatar = ""
displayImg = "images/display.png"
-
+
# This will display on the index page
snsTitle = "Social"
-
+
# Google Analytics API key.
ga_api_key = "Your Google Analytics tracking id"
-
+
# Navbar config
[[menu.nav]]
name = "HOME"
@@ -46,7 +46,7 @@ copyright = ""
name = "ABOUT"
url = "/about"
weight = 3
-
+
[[menu.nav]]
name = "TAGS"
url = "/tags/"
@@ -57,7 +57,7 @@ copyright = ""
name = "Example-1"
url = "/"
weight = 1
-
+
[[menu.social]]
name = "Example-2"
url = "/"