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

github.com/themefisher/timer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSomrat <themefisher.dev@gmail.com>2022-02-13 07:04:23 +0300
committerSomrat <themefisher.dev@gmail.com>2022-02-13 07:04:23 +0300
commit120c1a5f8409fd39a2121e88b82def3da55cc483 (patch)
tree1b2430415a55cc17ea26be1e1d0a6eeb9016b58a /exampleSite
parent1d842f398e85bab1fd3fd741c1b7b56f1c832bf3 (diff)
added pagination for blog posts
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml11
1 files changed, 9 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d6775ad..610387f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,7 +1,9 @@
-baseURL = "https://demo.gethugothemes.com/timer/examplesite/"
+baseURL = "https://demo.gethugothemes.com/timer/site/"
languageCode = "en-us"
title = "Timer | Responsive Multipurpose Bootstrap Hugo Template"
theme = "timer-hugo"
+# post pagination
+paginate = "2" # see https://gohugo.io/extras/pagination/
# We Used Ionicons Icon font for Icon, for more details check this link - https://ionicons.com/
@@ -10,22 +12,27 @@ theme = "timer-hugo"
name = "Home"
url = "/"
weight = 1
+
[[menu.main]]
name = "About"
url = "about/"
weight = 2
+
[[menu.main]]
name = "Service"
url = "service/"
weight = 3
+
[[menu.main]]
name = "Gallery"
url = "gallery/"
weight = 4
+
[[menu.main]]
name = "Blog"
url = "blog/"
weight = 5
+
[[menu.main]]
name = "Contact"
url = "contact/"
@@ -37,7 +44,7 @@ home = "Home"
logo = "images/logo.png"
dateFormat = "6 January 2006"
# Meta data
-description = "Airspace Hugo theme"
+description = "Timer Hugo theme"
author = "Themefisher"
# Google Analitycs
googleAnalitycsID = "Your ID"