jsonresume-theme-onepage-web

An update of the onepage theme for Web View (a compact theme for JSON Resume, designed for printing).


License
MIT
Install
npm install jsonresume-theme-onepage-web@1.0.4

Documentation

jsonresume-theme-onepage-updated

This theme is basically an update of the onepage theme (https://github.com/ainsleyc/jsonresume-theme-onepage) to work with version 1.0.0 of JSON Resume specifications.

The project structure was changed based on the boilerplate (https://github.com/jsonresume/jsonresume-theme-boilerplate).

Added certificates and projects sections and some minor chnages.

See resume.pdf for an example

Instaling the theme

Note: that resume-cli, is no-longer maintained, use resumed` instead.

Move to the resume.json folder and run:

npm install -g resume-cli
npm install jsonresume-theme-onepage-updated
resume serve -t onepage-updated

Developping

npm install -g resume-cli
git clone https://github.com/mildronize/jsonresume-theme-onepage-web.git
cd jsonresume-theme-onepage-updated
npm install
resume serve --theme .

See also boilerplate project and original project

License

Available under the MIT license.