Skip to content

Commit

Permalink
Update minimum required version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed Dec 19, 2024
1 parent c22f119 commit 51e8f42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This Hugo module creates year, month, and day archive pages for one section of a site. The module includes shortcodes and partials to render an archive widget or outline.

Requires Hugo v0.126.2 or later.
Requires Hugo v0.140.1 or later.

## Configuration

Expand Down Expand Up @@ -89,7 +89,6 @@ To include an archive outline within a template:
git clone --single-branch -b hugo-github-issue-448 https://github.com/jmooring/hugo-testing hugo-github-issue-448
cd hugo-github-issue-448
mkdir -p assets/data
hugo mod verify
hugo list published > assets/data/published-content.csv
hugo server
```
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/jmooring/hugo-module-archive

go 1.22.3
go 1.23.4
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[module.hugoVersion]
min = '0.126.2'
min = '0.140.1'

[params.modules.archive.formats]
year = "2006"
Expand Down

0 comments on commit 51e8f42

Please sign in to comment.