File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ To use this repository, you need the following installed locally:
20
20
- [ Hugo (Extended version)] ( https://gohugo.io/ )
21
21
- A container runtime, like [ Docker] ( https://www.docker.com/ ) .
22
22
23
+ > [ !NOTE]
24
+ Make sure to install the Hugo extended version specified by the ` HUGO_VERSION ` environment variable in the [ ` netlify.toml ` ] ( netlify.toml#L11 ) file.
25
+
23
26
Before you start, install the dependencies. Clone the repository and navigate to the directory:
24
27
25
28
``` bash
@@ -56,8 +59,6 @@ Open up your browser to <http://localhost:1313> to view the website. As you make
56
59
57
60
## Running the website locally using Hugo
58
61
59
- Make sure to install the Hugo extended version specified by the ` HUGO_VERSION ` environment variable in the [ ` netlify.toml ` ] ( netlify.toml#L11 ) file.
60
-
61
62
To install dependencies, deploy and test the site locally, run:
62
63
63
64
- For macOS and Linux
You can’t perform that action at this time.
0 commit comments