Built with Hugo and hosted on Netlify.
Check it out at uk-dave.com.
# Install hugo and node
brew install asdf
asdf plugin add hugo
asdf plugin add nodejs
asdf install
# Install dependencies (bootstrap, postcss, etc)
hugo mod npm pack
npm install
# Run local server
hugo server --buildDrafts
# Build
hugo --gc --minify