After a recent redesign of my own resume proved difficult to maintain (using InDesign.) I decided to Generate a PDF resume from markdown with pandoc, after stumbling upon Ixxie's CV. However, this did not align with my idealized design so instead I've overcomplicated everything in new and interesting ways.
edit src/resume.json with your career history
ensure src/index.hbs and src/plain.hbs contain the relevant personal information
ensure node is installed with npm version 5.2.0 or better
run npx grunt to build the resume and make it ready to publish on github-pages or wherever you'd like.
The site's source code should be in the docs/ directory.
Note: The Grunt setup now uses the Dart Sass implementation (the sass npm package) via grunt-sass.
Ixxie for the inspiration, Sway for the original Latex/FontAwesome code