What is Hugo? How to install hugo on windows?
» What is HUGO?
-
Hugo is a framework which is use to build static site generator, it is written in a GO programming language, which makes it easy and very fast to use.
-
Websites built with Hugo can be hosted on various hosting platform such as Netlify, Github Pages, Firebase, Google cloud services, Vercel, etc.
-
With Hugo you can build your portfolio, blogs, and even websites with thousand of pages, Hugo will work fastly and securely.
» Installing Hugo on windows
- Create a folder named “Hugo” in the root directory of Local Disc C:
- Inside Hugo folder, create another folder named “bin”
Hugo folder will contain the Hugo website, while bin folder will contain all the executable files.
-
Visit Hugo releases on github and download the latest version of Hugo .zip file.
-
After the download is complete, extract the Hugo .zip file in the folder which we created in Local Disc C: > Hugo > bin
Congarts! Your Hugo Installtion is complete.
» To check if installing is complete
-
Open the command prompt
-
Go in root directoru of C:
C:\cd Hugo/bin
- This command below will throw you the latest Hugo version
C:\cd Hugo/bin> hugo version