summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-10-22 20:23:00 +0100
committerMatthew Lemon <y@yulqen.org>2023-10-22 20:23:00 +0100
commitf1dbc28426a61bd8a5c38e4b3ad11ec190071f8b (patch)
tree815a43741bb41e01111d8b06fae5ba65421c6c81 /config.toml
parent0476dd3e7923b1cf7061093d782bd94718900b8c (diff)
Stream pagination now basically working with 10 items on each page
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 42e4ff3..d51482c 100644
--- a/config.toml
+++ b/config.toml
@@ -5,7 +5,7 @@ languageCode = "en-gb"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true
-paginate = 2
+paginate = 10
[params]
description = "An intentionally quiet and unassuming (and empty) blog"