- Portfolio Github Pages: dev-loggi.github.io
- Template: sproogen/modern-resume-theme
- Webpage to PDF: webtopdf
Before you start make sure you have Ruby and the gems for Jekyll installed locally. You can find out how to do that here.
- Clone your resume repository locally (if you haven't already)
cd [your-repository-name]
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.
Note: You will need to re-run bundle exec jekyll serve to see changes made in _config.yml.