From 58f14bd85e7566d6ae4d50af51b4dc652be29f8b Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Sun, 13 Oct 2019 17:37:43 +0800 Subject: [PATCH] Change pagination to consider 40 posts at a time --- config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 0a41b8c..5526615 100644 --- a/config.toml +++ b/config.toml @@ -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]