Skip to content

Commit

Permalink
feat: upgrade go to v1.22.6 and hugo to v0.139.4 (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-baiborodine authored Jan 22, 2025
1 parent c285314 commit b5cca8a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 deletions.
4 changes: 2 additions & 2 deletions v4/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bilberry Hugo Theme v4

[![GitHub version](https://img.shields.io/github/release/Lednerb/bilberry-hugo-theme/all.svg?style=flat-square)](https://github.com/Lednerb/bilberry-hugo-theme/releases)
[![Hugo Version](https://img.shields.io/badge/Hugo-%5E0.125.7-ff4088?style=flat-square&logo=hugo)](https://gohugo.io/)
[![Hugo Version](https://img.shields.io/badge/Hugo-%5E0.139.4-ff4088?style=flat-square&logo=hugo)](https://gohugo.io/)
[![Hugo Themes](https://img.shields.io/badge/Hugo_Themes-@Bilberry-ff4088)](https://themes.gohugo.io/themes/bilberry-hugo-theme/)

[![Build GH-Pages](https://github.com/Lednerb/bilberry-hugo-theme/workflows/Update%20GitHub%20Pages/badge.svg)](https://github.com/Lednerb/bilberry-hugo-theme/deployments/activity_log?environment=github-pages)
Expand Down Expand Up @@ -114,7 +114,7 @@ Please use the following guidelines if you want to start a discussion:

## Requirements

- **Hugo** (version >= 0.125.7 **extended**), see this [guide](https://gohugo.io/getting-started/installing/) on how to install Hugo.
- **Hugo** (version >= 0.139.4 **extended**), see this [guide](https://gohugo.io/getting-started/installing/) on how to install Hugo.
- **Git**, see this [guide](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) on how to install Git.
- **Go** (version >= 1.21), optional, required only when the Bilberry theme is used as a Hugo module; see
this [guide](https://go.dev/doc/install) on how to install Go.
Expand Down
2 changes: 1 addition & 1 deletion v4/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[module]
[module.hugoVersion]
min = "0.125.7"
min = "0.139.4"
2 changes: 1 addition & 1 deletion v4/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/Lednerb/bilberry-hugo-theme/v4

go 1.21
go 1.22.6
17 changes: 9 additions & 8 deletions v4/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Bilberry Hugo theme",
"dependencies": {},
"devDependencies": {
"hugo-extended": "^0.125.7",
"hugo-extended": "^0.139.4",
"clipboard": "^2.0.6",
"dimbox": "^1.0.2",
"normalize.css": "^8.0.1",
Expand Down
6 changes: 3 additions & 3 deletions v4/v4-developer-guide.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## v4 Developer Guide

### Prerequisites
- **Hugo** (version >= 0.109.0 **extended**), see this installation [guide](https://gohugo.io/getting-started/installing/).
- **Hugo** (version >= 0.139.4 **extended**), see this installation [guide](https://gohugo.io/getting-started/installing/).
- **Git**, see this installation [guide](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
- **Go** (version >= 1.19), see this installation [guide](https://go.dev/doc/install).
- **Node.js** (version >= 20.5.0) with **npm** (version >= 9.8.0), see this
- **Go** (version >= 1.22.6), see this installation [guide](https://go.dev/doc/install).
- **Node.js** (version >= v23.6.1) with **npm** (version >= 10.9.2), see this
installation [guide](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).

### Third-party Dependencies
Expand Down
2 changes: 1 addition & 1 deletion v4/v4-migration-guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## v4 Migration Guide

**IMPORTANT** The Hugo version was bumped to `v0.125.7 extended`. Therefore, you should upgrade Hugo in your local
**IMPORTANT** The Hugo version was bumped to `v0.139.4 extended`. Therefore, you should upgrade Hugo in your local
development environment and, if necessary, in the corresponding deployment configuration file.

### Site Configuration File
Expand Down

0 comments on commit b5cca8a

Please sign in to comment.