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

github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornodejh <jianghangscu@gmail.com>2022-02-22 09:31:46 +0300
committernodejh <jianghangscu@gmail.com>2022-02-22 09:31:46 +0300
commitc53a83e130f93156268c6aebd7394277cbb0d937 (patch)
tree18d763bc85a0d9d23abd59d9526586e76f0cf93e
parentd502ca58f8325c91f29234dea4cbd3a8014d1ff4 (diff)
feat: set paginate to 3 in exampleSite
-rw-r--r--exampleSite/config.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index f15fb1a..11fed98 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -13,6 +13,8 @@ hasCJKLanguage: true
permalinks:
posts: /posts/:title/
+paginate: 3
+
googleAnalytics: your-google-analytics-id
disqusShortname: your-disqus-shortname