Added a note to specify the required Hugo version in the prerequisites.
parent
086dabd4a5
commit
3ea3b6db08
|
@ -20,6 +20,9 @@ To use this repository, you need the following installed locally:
|
|||
- [Hugo (Extended version)](https://gohugo.io/)
|
||||
- A container runtime, like [Docker](https://www.docker.com/).
|
||||
|
||||
> [!NOTE]
|
||||
Make sure to install the Hugo extended version specified by the `HUGO_VERSION` environment variable in the [`netlify.toml`](netlify.toml#L11) file.
|
||||
|
||||
Before you start, install the dependencies. Clone the repository and navigate to the directory:
|
||||
|
||||
```bash
|
||||
|
@ -56,8 +59,6 @@ Open up your browser to <http://localhost:1313> to view the website. As you make
|
|||
|
||||
## Running the website locally using Hugo
|
||||
|
||||
Make sure to install the Hugo extended version specified by the `HUGO_VERSION` environment variable in the [`netlify.toml`](netlify.toml#L11) file.
|
||||
|
||||
To install dependencies, deploy and test the site locally, run:
|
||||
|
||||
- For macOS and Linux
|
||||
|
|
Loading…
Reference in New Issue