diff --git a/README.md b/README.md index df956b300c..cd17e1e853 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ Hugo can be installed by following Hugo (extended) releases can be downloaded from [the Hugo releases page](https://github.com/gohugoio/hugo/releases). +The recommended version of Hugo to use is +[v0.110.0](https://github.com/gohugoio/hugo/releases/tag/v0.110.0). + To install npm+nodejs please check the [official instructions](https://www.npmjs.com/get-npm). @@ -44,6 +47,14 @@ The dependencies of the docsy theme can be installed as follows: npm ci ``` +A [flox](https://flox.dev/docs/install-flox/) environment is +also available and can be activated with: + +```shell +# From the root of the repository clone +flox activate +``` + ### Building the site ```shell diff --git a/content/en/about/contributing/git/_index.md b/content/en/about/contributing/git/_index.md index 1861c5df94..58840509b5 100644 --- a/content/en/about/contributing/git/_index.md +++ b/content/en/about/contributing/git/_index.md @@ -154,6 +154,16 @@ Hugo can be installed following Hugo (extended) releases can be downloaded at [the Hugo releases page](https://github.com/gohugoio/hugo/releases). +The recommended version of Hugo to use is +[v0.110.0](https://github.com/gohugoio/hugo/releases/tag/v0.110.0). + +A [flox](https://flox.dev/docs/install-flox/) environment is +also available and can be activated with: + +```shell +# From the root of the repository clone +flox activate +``` ### Installing pre-commit hooks