starters(bootstrap): upgrade to support Hugo 0.135.0 paginate deprecation

Addresses Hugo 0.135 breaking change:

WARN  deprecated: site config key paginate was deprecated in Hugo v0.128.0 and will be removed in a future release. Use pagination.pagerSize instead
This commit is contained in:
George Cushen 2024-10-12 18:52:41 +01:00
commit 39f530db44
5 changed files with 10 additions and 5 deletions

View file

@ -21,7 +21,8 @@ removePathAccents: true
enableGitInfo: false enableGitInfo: false
summaryLength: 30 summaryLength: 30
paginate: 10 pagination:
pagerSize: 10
enableEmoji: true enableEmoji: true
enableRobotsTXT: true enableRobotsTXT: true
footnotereturnlinkcontents: <sup>^</sup> footnotereturnlinkcontents: <sup>^</sup>

View file

@ -36,7 +36,8 @@ removePathAccents: true
enableGitInfo: false enableGitInfo: false
summaryLength: 30 summaryLength: 30
paginate: 10 pagination:
pagerSize: 10
enableEmoji: true enableEmoji: true
enableRobotsTXT: true enableRobotsTXT: true
footnotereturnlinkcontents: <sup>^</sup> footnotereturnlinkcontents: <sup>^</sup>

View file

@ -21,7 +21,8 @@ removePathAccents: true
enableGitInfo: false enableGitInfo: false
summaryLength: 30 summaryLength: 30
paginate: 10 pagination:
pagerSize: 10
enableEmoji: true enableEmoji: true
enableRobotsTXT: true enableRobotsTXT: true
footnotereturnlinkcontents: <sup>^</sup> footnotereturnlinkcontents: <sup>^</sup>

View file

@ -35,7 +35,8 @@ removePathAccents: true
enableGitInfo: false enableGitInfo: false
summaryLength: 30 summaryLength: 30
paginate: 10 pagination:
pagerSize: 10
enableEmoji: true enableEmoji: true
enableRobotsTXT: true enableRobotsTXT: true
footnotereturnlinkcontents: <sup>^</sup> footnotereturnlinkcontents: <sup>^</sup>

View file

@ -42,7 +42,8 @@ module:
enableGitInfo: false enableGitInfo: false
summaryLength: 30 summaryLength: 30
paginate: 10 pagination:
pagerSize: 10
enableEmoji: true enableEmoji: true
enableRobotsTXT: true enableRobotsTXT: true
footnotereturnlinkcontents: <sup>^</sup> footnotereturnlinkcontents: <sup>^</sup>