This is an automated email from the ASF dual-hosted git repository. snagel pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nutch-site.git
commit fe432113b413629754acdb2c85222f7aad24868a Author: Sebastian Nagel <[email protected]> AuthorDate: Tue Feb 17 16:40:05 2026 +0100 Increase pagination size for news --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 62c75203..a6a0512d 100644 --- a/config.toml +++ b/config.toml @@ -5,7 +5,7 @@ title = "Apache Nutch™" theme = "kube" themesDir = "themes" description = "Apache Nutch is a highly extensible, highly scalable, matured, production-ready Web crawler. Nutch enables fine grained configuration, relying on Apache Hadoop™ data structures, which are great for batch processing." -Paginate = 4 +Paginate = 10 [markup.goldmark.renderer] unsafe = true # allow raw HTML in markdown content
