diff --git a/README.md b/README.md index 30c5857..8b2a136 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ``` diff --git a/go.mod b/go.mod index fa51bfb..c45bb61 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/jmooring/hugo-module-archive -go 1.22.3 +go 1.23.4 diff --git a/hugo.toml b/hugo.toml index 240eea3..503a569 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,5 +1,5 @@ [module.hugoVersion] -min = '0.126.2' +min = '0.140.1' [params.modules.archive.formats] year = "2006"