ahal / hunting-the-shmoo

My personal blog
0 stars 0 forks source link

My Personal Website

Prerequisites

Install Hugo

Usage

Generate the site:

hugo

Generate the site and open a live reload web server:

hugo server

Include draft posts in the output:

hugo -D

Deploys happen on push to the prod branch via Github Actions