Blog | Personal Website
-
Clone the repository:
git clone --recurse-submodules git@github.com:dbrennand/dbrennand.github.io.git cd dbrennand.github.io
-
Create a new blog post:
hugo new blog/<post-name>.md
-
View changes locally:
hugo server -D
-
When
draft:false
, raise PR to merge into thesource
branch. Upon merging, the GitHub action will run and build the site ✨
Run the following command to update the Hugo theme:
git submodule update --remote --merge