Added a note to specify the required Hugo version in the prerequisites.

pull/45676/head
Aditya Samant 2024-03-26 13:09:05 +05:30
parent 086dabd4a5
commit 3ea3b6db08
No known key found for this signature in database
GPG Key ID: CE8C23A17C31B8F9
1 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,9 @@ To use this repository, you need the following installed locally:
- [Hugo (Extended version)](https://gohugo.io/) - [Hugo (Extended version)](https://gohugo.io/)
- A container runtime, like [Docker](https://www.docker.com/). - 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: Before you start, install the dependencies. Clone the repository and navigate to the directory:
```bash ```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 ## 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: To install dependencies, deploy and test the site locally, run:
- For macOS and Linux - For macOS and Linux