Skip to content

Commit

Permalink
update hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
gleicher committed Oct 29, 2024
1 parent 7ec362e commit 99a8723
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.131.0
HUGO_VERSION: 0.136.3
steps:
- name: Install Hugo CLI
run: |
Expand Down
5 changes: 4 additions & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ themestyle = "new"
recentSections = ["snacks","tutorials", "critiques", "papers", "resources"]
mainSections = ["snacks","tutorials", "critiques", "papers", "resources"]
# this needs to be a SITE variable (for list.html)
paginate = 15
# this was depricated in Hugo 128
# paginate = 15
[pagination]
pagerSize = 15

[Params.sidebar]
home = "right"
Expand Down

0 comments on commit 99a8723

Please sign in to comment.