In order to begin working with Hugo, you need to install it onto your device. It should be fully compatible with Windows, Linux, BSD, and MacOS. Although, if you're using Windows, I'd recommend installing [Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/install) first since Linux is generally more predictable than Windows, and will make following this guide a lot easier. If you have some kind of limited operating system like a Chromebook or mobile device, things are a little trickier, but you should be able to simply skip ahead to the setup of GitHub pages and then do all of your development directly on GitHub, rather than installing anything locally. To install Hugo, you'll need to install both the Hugo program and Git onto your device. Git is the program we'll be using to install themes, keep track of changes to our site, and publish them to GitHub. You can install git from the [git website](https://git-scm.com/install/), then Hugo from the [Hugo website](https://gohugo.io/installation/) by scrolling down to the "Package Managers" section for your operating system. Windows users using WSL should follow the Linux instructions for Debian.
0 commit comments