Table of Contents I Deploy on Netlify Steps II Deploy on GitHub Pages Let’s get Started! Don’t Make a gh-pages Branch A Tale of Two Repositories 1. Setup When Nothing is Committed(select one of this two) 2. Setup When You’ve Already Committed and Pushed(select one of this two) Adding the Submodule Deploying Make the whole deploying-procedure a shell script Mapping a Custom Domain Regenerating All the URLS I Deploy on Netlify Steps Deploy your HUGO website on Netlify is …
Disclaimer: This blog was written in 2020, so Hugo may have changed. So you better cross-reference newer resources as well.
Table of Contents Step 0. Install Homebrew Step 1. Install Hugo Step 2. Create a new site Step 3. Choose a theme Step 4. Start writing Step 5 Deploy your web with GitHub Pages. References: Hugo is a framework for building websites, technically speaking, building static pages. You could build your own website with the only prerequisite of some command line and start writing …