This site is generated by Hugo as static page. Hosted on GitHub Pages with automated CI/CD.
git submodule update --remote --rebase themes/coder-portfolio
docker run --rm -it -v $(pwd):/src klakegg/hugo:latest
docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:latest server
This is automated by GitHub Actions using the .github/workflows/hugo.yml
workflow.