Change pagination to consider 40 posts at a time

This commit is contained in:
foo-dogsquared 2019-10-13 17:37:43 +08:00
parent ccc05f4647
commit 58f14bd85e

View File

@ -2,7 +2,7 @@ baseURL = "https://foo-dogsquared.github.io/blog/"
languageCode = "en-us"
title = "A Hack's Code"
summaryLength = 0
paginate = 5
paginate = 40
copyright = "Unless explicitly stated, all content released here are licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0)."
googleAnalytics = "UA-126718538-1"
theme = "arch-terminal"
@ -64,6 +64,8 @@ canonifyURLs = true
enableThemeToggle = true
enableMathjax = true
enableBreadcrumbs = true
# enableContentImageZoom = true
mainSections = ["posts", "projects"]
[privacy]
[privacy.googleAnalytics]