Hugo Windows
If you’re using a package manager like Chocolatey, it should be present there.
If not, you should be able to follow the official installation directions
What you’ll need to do is
- Download a Windows release of Hugo
- Make a directory named
Hugoin yourC:drive - Make a directory named
binin the newly madeHugodiretory - Move the file you downloaded into this
binfolder

- Unzip the file directly into the
bindirectory

- You should now see 3 files, one of which is
hugo.exe

Then you’ll need to make Hugo executable from a terminal, which is something we’ll need later. To do this
- Right click your
Startbutton - Click
System

- Start typing
Advanced System Settingsinto the search bar

- Click on the
Environment Variablesbutton on the bottom

- In the
User variablessection, find the row that starts withPath. - Double-click on
Path

- Click the
Newbutton - Type in
C:\Hugo\bin, press Enter

- Click
OKat every window to exit