Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 484 Bytes

File metadata and controls

14 lines (12 loc) · 484 Bytes

Resume/CV Builder

Write your resume or CV in markdown and automatically generate a GitHub Pages site

Local Previews

  1. Install Ruby
  2. bundle install
  3. bundle exec jekyll serve
  4. Visit http://localhost:4000

GitHub Pages Setup

  1. Fork this repository
  2. Edit index.md with your own details
  3. Go to Settings > Code and automation > Pages
  4. In Build and deployment > Source, select Deploy from a branch