summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-08-18 21:24:17 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2024-08-18 21:35:36 +0200
commit07e4e4bbddecc74062a9c2748ed39edd6891e76e (patch)
treed2ed02c12b9de3559a199fbd2c3c75b1505bdda9
parent1732e80df15583b8944a3aa290fe177ed0c9df5e (diff)
downloadgohugo-theme-ed-07e4e4bbddecc74062a9c2748ed39edd6891e76e.tar.gz
Updated the minimum required Hugo version to 0.121.0
-rw-r--r--.github/workflows/codeql-analysis.yml2
-rw-r--r--.github/workflows/playwright.yml2
-rw-r--r--CHANGELOG.md2
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--config.yaml2
-rw-r--r--exampleSite/config/_default/config.yaml2
-rw-r--r--layouts/_default/list.feed.xml2
-rw-r--r--netlify.toml2
-rw-r--r--theme.toml2
9 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 655fbd9..69e4484 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -54,7 +54,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
- hugo-version: '0.114.0'
+ hugo-version: '0.121.0'
extended: true
- name: Set up Node 20.x
diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml
index 09430e1..211c5e9 100644
--- a/.github/workflows/playwright.yml
+++ b/.github/workflows/playwright.yml
@@ -27,7 +27,7 @@ jobs:
matrix:
hugo-version:
- - '0.114.0'
+ - '0.121.0'
- latest
steps:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 792853c..9818998 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
-- Updated the minimum required Hugo version for this theme to 0.114.0.
+- Updated the minimum required Hugo version for this theme to 0.121.0.
- Refactored the theme configuration in `exampleSite/config/_default/config.yaml`
to use Hugo's module imports instead of the `theme` variable. The theme's
repository path is now specified under the `imports` section in the `module`
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f9a6229..27ebfee 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -100,7 +100,7 @@ time to complete.
### Pull Request Contribution Prerequisites
- You have Node & npm installed
-- You have Hugo installed at v0.114.0+
+- You have Hugo installed at v0.121.0+
- You are familiar with Git
### Pull Request Process
diff --git a/config.yaml b/config.yaml
index 96fbc21..65e6de3 100644
--- a/config.yaml
+++ b/config.yaml
@@ -2,7 +2,7 @@ module:
hugoVersion:
extended: true
- min: '0.114.0'
+ min: '0.121.0'
imports:
- path: github.com/olivernn/lunr.js
diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml
index 752a47f..7dc1335 100644
--- a/exampleSite/config/_default/config.yaml
+++ b/exampleSite/config/_default/config.yaml
@@ -158,7 +158,7 @@ frontmatter:
module:
hugoVersion:
extended: true
- min: '0.114.0'
+ min: '0.121.0'
imports:
# Use full path to theme's repository. This is replaced in go.mod for
# exampleSite to point to the directory above.
diff --git a/layouts/_default/list.feed.xml b/layouts/_default/list.feed.xml
index ccf7ddd..c4be170 100644
--- a/layouts/_default/list.feed.xml
+++ b/layouts/_default/list.feed.xml
@@ -51,7 +51,7 @@
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
{{ with $siteAuthor.email }}<author>{{ . }}{{ with $siteAuthor.name }} ({{ . }}){{ end }}</author>{{ end }}
<category>{{ .Section }}</category>{{ range (.GetTerms "tags") }}
- <category>{{ .LinkTitle }}</category>{{end}}
+ <category>{{ .LinkTitle }}</category>{{ end }}
<guid isPermaLink="false">{{ md5 .Permalink }}</guid>
<description>{{ .Summary | transform.XMLEscape | safeHTML }}</description>
</item>
diff --git a/netlify.toml b/netlify.toml
index fc355f0..b7de027 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -9,7 +9,7 @@
publish = 'public'
[build.environment]
- HUGO_VERSION = '0.114.0'
+ HUGO_VERSION = '0.121.0'
HUGO_ENABLEGITINFO = 'true'
# Production context: all deploys from the Production branch
diff --git a/theme.toml b/theme.toml
index 40c99fd..37379c8 100644
--- a/theme.toml
+++ b/theme.toml
@@ -44,7 +44,7 @@ features = [
"simple"
]
-min_version = "0.114.0"
+min_version = "0.121.0"
# If the theme has a single author.
[author]