This theme is designed by Xiaoying Riley at 3rd Wave Media. Visit her website for more themes.
I have made this into a Jekyll Theme. Checkout the live demo here.
Desktop | Mobile |
---|---|
- Fork the repository
- Delete the
gh-pages
branch - Re-create the
gh-pages
branch - Go to settings and set Github Pages source as master.
- Your new site should be ready at
https://username.github.io/online-cv/
Change all the details from one place: _data/data.yml
Watch my video on installation.
There are 6 color schemes available:
Blue | Turquoise | Green |
---|---|---|
Berry | Orange | Ceramic |
---|---|---|
Thanks to Nelson Estevão for all the contributions.
Thanks to t-h-e(sfrost) for all the contributions.
Check out for more themes: Jekyll Themes.
Include this to lines to your GemFile:
gem 'webrick', '~> 1.7', :platforms => [:mingw, :x64_mingw, :mswin]
gem 'eventmachine', '~> 1.2.7', :platforms => [:ruby]
Remove eventmachine (127-x64-mingw32) by running:
gem uninstall eventmachine
Clean cache and run the project again:
bundle exec jekyll clean
bundle exec jekyll serve --livereload