From 6d90b9144c6bf19e6183bba9bda207e39fc989e1 Mon Sep 17 00:00:00 2001 From: Matthias Thym Date: Mon, 17 Mar 2025 23:00:14 +0100 Subject: [PATCH 1/2] 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 From 4e4bbab77d491b914b21c7f73292c4d87fe2ad3f Mon Sep 17 00:00:00 2001 From: Matthias Thym Date: Mon, 17 Mar 2025 23:59:33 +0100 Subject: [PATCH 2/2] fix: update theme submodule for exampleSite to latest commit on default branch 72615b6d49ab8b102e92e2e487ab420f41ba9223 --- themes/hugo-PaperMod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-PaperMod b/themes/hugo-PaperMod index 045c0849..72615b6d 160000 --- a/themes/hugo-PaperMod +++ b/themes/hugo-PaperMod @@ -1 +1 @@ -Subproject commit 045c08496d61b1b3f9c79e69e7d3d243a526d8f3 +Subproject commit 72615b6d49ab8b102e92e2e487ab420f41ba9223