This is an automated email from the ASF dual-hosted git repository. sebastian-nagel pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nutch-site.git
commit 38747df2f73904222ddb8e1e6f2a6490c5a5ac7a Author: Sebastian Nagel <[email protected]> AuthorDate: Tue Sep 8 10:49:55 2026 +0200 Remove pagination configuration (use the default) Use the default pagination configuration (also 10 items per page). This also avoids errors if the parameter names have changed in different Hugo versions. --- config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/config.toml b/config.toml index 1234c6bf..e5fbc553 100644 --- a/config.toml +++ b/config.toml @@ -5,7 +5,6 @@ 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 = 10 [markup.goldmark.renderer] unsafe = true # allow raw HTML in markdown content
