Custom Jekyll theme for my resume.
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)
To install all dependencies, run:
sudo ./bin/install_dependencies.shTo build the resume, run:
./bin/build.shThis will generate both HTML and PDF versions of the resume in the stage directory.