mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 10:58:33 +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"
|
languageCode = "en-us"
|
||||||
title = "A Hack's Code"
|
title = "A Hack's Code"
|
||||||
summaryLength = 0
|
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)."
|
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"
|
googleAnalytics = "UA-126718538-1"
|
||||||
theme = "arch-terminal"
|
theme = "arch-terminal"
|
||||||
@ -64,6 +64,8 @@ canonifyURLs = true
|
|||||||
enableThemeToggle = true
|
enableThemeToggle = true
|
||||||
enableMathjax = true
|
enableMathjax = true
|
||||||
enableBreadcrumbs = true
|
enableBreadcrumbs = true
|
||||||
|
# enableContentImageZoom = true
|
||||||
|
mainSections = ["posts", "projects"]
|
||||||
|
|
||||||
[privacy]
|
[privacy]
|
||||||
[privacy.googleAnalytics]
|
[privacy.googleAnalytics]
|
||||||
|
Loading…
Reference in New Issue
Block a user