The blog is built with Hugo. You will need the Hugo CLI installed in order to build and run the blog on your local environment.
Installation instructions for your operating system can be found here.
- Clone the repository
- Run
hugo serve -D
in the root of the repository. This will start a local copy of the blog athttp://localhost:1313
. - Make your changes! Hugo will recompile and refresh your local environment after each save.
Changes merged into the develop
branch will automatically deploy to the live environment.