A modified version of jsonresume-theme-onepage-updated. Works with version 1.0.0 of JSON Resume specifications.
Features improved responsiveness including desktop, tablet, mobile, and print.
The project structure was changed based on the boilerplate (https://github.com/jsonresume/jsonresume-theme-boilerplate).
See resume.pdf for an example
Move to the resume.json folder and run:
npm install -g resume-cli
npm install jsonresume-theme-onepage-clean
resume serve -t onepage-cleannpm install -g resume-cli
git clone https://github.com/fireteam99/jsonresume-theme-onepage-clean.git
cd jsonresume-theme-onepage-clean
npm install
resume serve --theme .# Export PDF
npm run export
# Export HTML
npm run export:htmlSee also boilerplate project and original project
Available under the MIT license.