Just my website stuff, now with source control!
Built with Hugo!
- Add a new blog post:
hugo new blog/POST-TITLE.md - Add a new project page:
hugo new projects/PROJECT.md - Add a new talk:
hugo new talks/TALK-TITLE.md - Run the server locally:
hugo server - Generate the latest HTML files from the Markdown files:
hugo --minify
- Run
docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:0.151.0-ext-alpine serverfor serving built files - Run
docker run --rm -it -v $(pwd):/src -v $(pwd)/output:/target klakegg/hugo:0.151.0-ext-alpineto build
- Push changes to
masterand GitHub Actions will automatically build and deploy - Configuration steps are in
.github/workflows/