Skip to content

Commit

Permalink
Merge pull request #488 from Xpirix/update_readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix authored Dec 2, 2024
2 parents fe7a6aa + d4a1817 commit d8de55f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,38 @@ the extended version to build SCSS/SASS.: this feature is not available
in your current Hugo version, see https://goo.gl/YMrWcn for more information
```

You can find the extended version in the [releases page](https://github.com/gohugoio/hugo/releases).

![Download](./img/hugo-download.png)
Currently, the website requires Hugo with a minimum version of `0.126.1` and a maximum version of `0.128.2`. Ensure you have a compatible version installed to avoid any build issues.

You can find the extended version `v0.126.1` [here](https://github.com/gohugoio/hugo/releases/tag/v0.126.1).

![Download](./img/hugo-download.png)

### 🐧 Linux:

Download the deb above and then do

``sudo dpkg -i hugo_extended_0.107.0_linux-amd64.deb``
``sudo dpkg -i hugo_extended_0.126.1_linux-amd64.deb``

### 🪟 Windows:

[Follow these notes](https://gohugo.io/installation/windows/)
[Follow these notes](https://gohugo.io/installation/windows/#prebuilt-binaries)

### 🍏 macOS:

[Follow these notes](https://gohugo.io/installation/macos/)
[Follow these notes](https://gohugo.io/installation/macos/#prebuilt-binaries)


## Hugo Version Requirements

The website requires Hugo with a minimum version of `0.126.1` and a maximum version of `0.128.2`. Ensure you have a compatible version installed to avoid any build issues.

You can verify your Hugo version by running:

```bash
hugo version
```

If you need to install or update Hugo, you can find the appropriate version on the [releases page](https://github.com/gohugoio/hugo/releases).

## ⚙️ Setting up VSCode

Expand Down
Binary file modified img/hugo-download.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion themes/hugo-bulma-blocks-theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ You can find the extended version in the [releases page](https://github.com/gohu

Download the deb above and then do

``sudo dpkg -i hugo_extended_0.107.0_linux-amd64.deb``
``sudo dpkg -i hugo_extended_0.126.1_linux-amd64.deb``

### 🪟 Windows:

Expand Down

0 comments on commit d8de55f

Please sign in to comment.