Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 348 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 348 Bytes

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