A Jekyll-based CV/resume website using the Modern Resume Theme.
- Colima for Docker runtime:
brew install colima docker docker-compose - Start Colima:
colima start
-
Start Jekyll server:
./restart.sh
-
Open your browser to
http://localhost:4000 -
Make changes and restart:
- Edit
_config.ymlor theme files - Stop server with
Ctrl+C - Run
./restart.shagain
- Edit
Switch between theme sources:
./switchtheme.sh local # Local theme development from ../modern-resume-theme
./switchtheme.sh sproogen # Original theme
./switchtheme.sh culmat # Your forkRun ./switchtheme.sh without parameters to see status and options.
Push changes to the gh-pages branch. GitHub Pages automatically builds and deploys your site using its built-in Jekyll build process.
Edit the _config.yml file to personalize your CV content. All CV data is stored in YAML format within this file.