Skip to content

Commit bacb763

Browse files
committed
Bump minimum Hugo version to 0.97.1
required for adityatelange#1187
1 parent 3fd9888 commit bacb763

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Please fill the template below
2626
- Device/Os: [e.g. Android 10]
2727
- Type: [e.g. Desktop/Mobile]
2828
- Browser and version [e.g. Chrome 86.0]:
29-
- Hugo Version [ >=0.83.0 expected]:
29+
- Hugo Version [ >=0.97.1 expected]:
3030
- Theme Version [e.g. v4.0, master, or commit-id ]:
3131

3232
**Steps to reproduce the behavior:**

.github/workflows/gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
hugoVersion:
1616
description: "Hugo Version"
1717
required: false
18-
default: "0.83.0"
18+
default: "0.97.1"
1919

2020
# Allow one concurrent deployment
2121
concurrency:
@@ -38,7 +38,7 @@ jobs:
3838
build:
3939
runs-on: ubuntu-latest
4040
env:
41-
HUGO_VERSION: "0.83.0"
41+
HUGO_VERSION: "0.97.1"
4242
steps:
4343
- name: Check version
4444
if: ${{ github.event.inputs.hugoVersion }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
**ExampleSite** can be found here: [**exampleSite**](https://github.com/adityatelange/hugo-PaperMod/tree/exampleSite). Demo is built up with [exampleSite](https://github.com/adityatelange/hugo-PaperMod/tree/exampleSite) as source.
1212

1313
[![hugo-papermod](https://img.shields.io/badge/Hugo--Themes-@PaperMod-blue)](https://themes.gohugo.io/themes/hugo-papermod/)
14-
[![Minimum Hugo Version](https://img.shields.io/static/v1?label=HUGO-version&message=>0.83.0&color=blue&logo=hugo)](https://github.com/gohugoio/hugo/releases/tag/v0.83.0)
14+
[![Minimum Hugo Version](https://img.shields.io/static/v1?label=HUGO-version&message=>0.97.1&color=blue&logo=hugo)](https://github.com/gohugoio/hugo/releases/tag/v0.97.1)
1515
[![Discord](https://img.shields.io/discord/971046860317921340?label=Discord&logo=discord)](https://discord.gg/ahpmTvhVmp)
1616
[![GitHub](https://img.shields.io/github/license/adityatelange/hugo-PaperMod)](https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE)
1717
![code-size](https://img.shields.io/github/languages/code-size/adityatelange/hugo-PaperMod)

theme.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ features = [
3737
"scroll-to-top",
3838
"search"
3939
]
40-
min_version = "0.83.0"
40+
min_version = "0.97.1"
4141

4242
[author]
4343
name = "Aditya Telange"

0 commit comments

Comments
 (0)