Hugo Installation and Configurations

Hugo Installation and Configurations

Install Go Language

  1. Download Go for Windows
  2. Install

Install Hugo

  1. Download the extended version 64bit zip file.
    1. For example hugo_extended_0.101.0_Windows-64bit.zip
  2. Extract in C: and the add the folder into Path variable.
    1. Open Settings App in Windows
    2. Go to System -> About -> Advance System Settings -> Advanced -> Environment Variables -> User Variables -> Double Click on Path -> New
    3. Paste C:\hugo

Hugo Installation Verification

  1. Open Terminal
  2. Type hugo version