mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 04:58:26 +00:00
Change pagination to consider 40 posts at a time
This commit is contained in:
parent
ccc05f4647
commit
58f14bd85e
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user