mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-23 18:10:52 +02:00
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:
parent
661cadc173
commit
39f530db44
5 changed files with 10 additions and 5 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue