resume

resume

jekyll template for a resume site

Resume

Custom Jekyll theme for my resume.

Dependencies

This project requires the following dependencies:

  • Ruby (with development tools)
  • Bundler and Jekyll (Ruby gems)
  • wkhtmltopdf (for PDF generation)
  • Ghostscript (for PDF processing)
  • ImageMagick (included as an AppImage in the bin directory)

Installation

To install all dependencies, run:

sudo ./bin/install_dependencies.sh

Building

To build the resume, run:

./bin/build.sh

This will generate both HTML and PDF versions of the resume in the stage directory.