Skip to content

Commit

Permalink
Updates used hugo version to v0.134.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Sep 18, 2024
1 parent 81ade4c commit 42c0fa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
# Hugo version to use
VERSION: "0.101.0"
VERSION: "0.134.2"
# Hugo release source
HUGO_RELEASE_SRC: "https://github.com/gohugoio/hugo/releases"

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@ For contributing, you need the following things:

Please follow this (official) [installation guide of Hugo](https://gohugo.io/getting-started/installing/).

This project uses Hugo version `0.101.0` **extended** or newer.
This project uses Hugo version `0.134.2` **extended** or newer.
Please notice that some standard packet sources like Debian/Ubuntu **do not provide the minimum required version**.

The easiest way to get the required version up and running is to download it from [Github](https://github.com/gohugoio/hugo/releases/tag/v0.101.0) and install it by hand.
The easiest way to get the required version up and running is to download it from [Github](https://github.com/gohugoio/hugo/releases/tag/v0.134.2) and install it by hand.
Detailed steps for an installation from Github [are described on this page](https://gohugo.io/getting-started/installing/#install-hugo-from-tarball).

It is important that you can start Hugo from your terminal and that it states the correct version number.
You may check it using this command:

```bash
$ hugo version
hugo v0.101.0-466fa43c16709b4483689930a4f9ac8add5c9f66+extended linux/amd64 BuildDate=2022-06-16T07:09:16Z VendorInfo=gohugoio
hugo v0.134.2+extended darwin/arm64 BuildDate=2024-09-10T10:46:33Z VendorInfo=brew
```

**Tip**: Use the exact version stated above to prevent version incompatibilities.
Expand Down

0 comments on commit 42c0fa1

Please sign in to comment.