1. Start Here 🎯

Jun 2, 2021 10:51 Β· 154 words Β· 1 minute read

2. Install Hugo on a Windows β†’
2. Install Hugo on a Mac β†’


Intro πŸ”—

In this tutorial, we will walk you through creating a blog using Hugo . Hugo is a Static Site Generator that has themes/layouts that have already been created by developers, which we will use to set up our website.

Netlify is a hosting platform. It will be used to host your Hugo website, so that anyone can access your website on the Internet.

The reason we need GitHub is because we need to store our Hugo code somewhere for Netlify to access.

Pre-requisites πŸ”—

  • Sign up for GitHub
  • Have a text editor! Any of the following will do:
  • Download Git
    • For Windows, leave the default settings when installing
    • For Mac, follow the Git installation process here

2. Install Hugo on a Windows β†’
2. Install Hugo on a Mac β†’