From 1e8762d0fe1090dd523a05308697ecd22af2ce73 Mon Sep 17 00:00:00 2001 From: Greg Date: Sun, 1 Jun 2025 22:29:41 +0200 Subject: [PATCH] refactor: move pagination settings into dedicated config section in config.toml --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index bd1df81..0caa6e1 100644 --- a/config.toml +++ b/config.toml @@ -11,7 +11,8 @@ DefaultContentLanguage = "en-us" # Explicitly set the default # Theme Parameters -paginate = 10 +[pagination] +pagerSize = 10 summaryLength = 30 enableEmoji = true