Skip to content

gabrieljoelc/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

gabrieljoelc/resume: CI

Description

This is my personal resume in FRESH format. I use HackMyResume to generate output files from the YAML file(s). I use a forkk of fresh-themes for the styles.

Build

Prerequsities:

  • brew install wkhtmltopdf

Generate output using these commands:

# this line is an awkward hack because HackMyResume doesn't accept YAML for some reason
ruby -ryaml -rjson -e 'puts JSON.pretty_generate(YAML.load(ARGF))' < default.yml > default.json
# this is a fork that contains a custom theme
git clone git@github.com:gabrieljoelc/fresh-themes.git
# once my custom theme supports multiple formats (i.e. PDF, MS Word) I can specify index.all
npx hackmyresume BUILD default.json TO out/index.html -t fresh-themes/themes/jae
npx hackmyresume BUILD default.json TO out/default.pdf -t fresh-themes/themes/jae
open out/index.html
open out/default.pdf

TODO

Releases

No releases published

Packages

No packages published