The website is created using hugo.
Consult the hugo documentation for getting started with development.
A merge to the main
branch will build the site and deploy to the gh-pages
branch which is used by GitHub Pages. This process is handled by a GitHub actions workflow.
The site uses Bootstrap as a css framework and the Exo 2 font. The assets are pulled directly from cdn for simplicity for now.
- Run
brew install hugo
to install Hugo. - Run
hugo serve
to start a local server.