- This static site is generated using Hugo
- run
hugo server
to start the local server - run
hugo
to generate the static site, copied to/public
- run
- The static site is deployed to Github Pages here
- A Github Workflow is used to automatically build and deploy the site when
master
is changed - Other miscellaneous web projects may be published by copying builds to subdirectories of
static
, for examplestatic/mondrianish
is published here. There's probably elegant ways to do this, but this is fine for how rarely I'm changing projects.