From 6d90b9144c6bf19e6183bba9bda207e39fc989e1 Mon Sep 17 00:00:00 2001 From: Matthias Thym Date: Mon, 17 Mar 2025 23:00:14 +0100 Subject: [PATCH] fix: update deprecated pagination option --- config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index c67c82d8..0adda1bd 100644 --- a/config.yml +++ b/config.yml @@ -3,7 +3,8 @@ baseURL: "https://adityatelange.github.io/hugo-PaperMod/" title: PaperMod copyright: "© [PaperMod Contributors](https://github.com/adityatelange/hugo-PaperMod/graphs/contributors)" -paginate: 5 +pagination: + pagerSize: 5 theme: [hugo-PaperMod] enableInlineShortcodes: true