Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 617 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 617 Bytes

Local Dev

This website is a based on a static site generater called Hugo

Key directories to modify content, layout, and static.

Environment Setup

https://gohugo.io/installation/

brew install hugo
npm i postcss

Local Server

hugo server -D

Visit http://localhost:1313/ to view your local version of the site.

Deploy

Once your PR is merged this Github Action will deploy the site

Misc Tips

budparr.language-hugo-vscode is a nice vscode extension