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

github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayJam So <imsuwj@gmail.com>2020-05-10 20:05:53 +0300
committerWayJam So <imsuwj@gmail.com>2020-05-10 20:05:53 +0300
commit260cccc1b3604172dbaf64bedf7d6afeb64b670c (patch)
treeda528258c95ae923619121ab20c7a573bb47bef8 /exampleSite
parent06dd1bb818581ce913bfc42d3fce8718ff77b9c4 (diff)
update: exampleSite pageSize and README
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8461f20..37a4d3b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,7 +3,7 @@ languageCode = "en-us"
title = "Mixedpaper"
theme = "hugo-theme-mixedpaper"
enableRobotsTXT = true
-paginate = 10 # Set the number of posts to show before overflowing to the next page.
+paginate = 3 # Set the number of posts to show before overflowing to the next page.
summaryLength = 100 # Configure how long the post summary should be on the homepage.
pygmentsUseClasses = true # enable theme-defined highlight style
hasCJKLanguage = true