- Mostly a place to hold my CV
- Generated with Hugo
- Built with GitHub actions
- Deployed with GitHub pages
- Uses Minimal Themes
- GitHub action triggers on push to
main
- Builds the static site and puts it under the
gh_pages
branch - Github Pages is deploying from the branch
gh_pages
- It uses the CNAME file under
public/CNAME
to redirect custom domains to the GH Page
- Update the theme
git submodule update --remote themes/minimal
hugo server -D