Hugo Installation and Configurations
Hugo Installation and Configurations
Install Go Language
- Download Go for Windows
- Install
Install Hugo
- Download the extended version 64bit zip file.
- For example
hugo_extended_0.101.0_Windows-64bit.zip
- For example
- Extract in C: and the add the folder into Path variable.
- Open Settings App in Windows
- Go to System -> About -> Advance System Settings -> Advanced -> Environment Variables -> User Variables -> Double Click on Path -> New
- Paste
C:\hugo
Hugo Installation Verification
- Open Terminal
- Type
hugo version