Installing Hugo On Windows
Installation
- Naviage to Hugo release page.
- Install Hugo version based on your OS. In my case I am using windows 10 - 64 bit.
- Create a folder in C drive named Hugo. Use can use any location ideally. Extract the downloaded Gugo zip file there.
- Go to start and type Environment varibale in order to make Hugo available from all locations through command line. Tutorial about the same can be found here.
- Include path where hugo executable file is located in the environment variables.
- Save and apply changes.
- Start command line(cmd). cmd can be started wither from start or run(ctrl + r).
- type command
hugo help
. This command should display information about hugo and important commands that can be used with hugo. If you get error aroundcommand not found
then there is something wrong with setting up the environment variable.
Share this post
Twitter
Reddit
LinkedIn
Pinterest
Email