My online resume powered by Jekyll with modern-resume-theme, hosted on GitHub pages.
You can see it on: https://resume.hp.net.pl.
Before you start make sure you have Ruby and the gems for Jekyll installed locally. You can find out how to do that here.
- Fork and or clone this repository locally
cd resume
bundle install
bundle exec jekyll serve
- Open your browser to
http://localhost:4000
Any changes you make will automatically build and you will be able to see these by refreshing your browser. To find out more about Jekyll take a look here.
Note: You will need to re-run bundle exec jekyll serve
to see changes made in _config.yml
.