Building this blog with Hugo
06-21-2021This blog is managed in a private git repository. Posts are created in markdown format and a program called Hugo takes those files and generates a set of HTML and CSS files necessary to run a website on a web server.
Example blog
I have uploaded an example hugo blog on my personal gitlab profile. I will be outlining the process to create that example blog below.
1. Prerequisites: Hugo and git
- Hugo: https://gohugo.io/getting-started/installing/
- Git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
Both of these programs are available for macOS, Linux, and Windows.