@anthonyjdella/jsonresume-theme-anthonyjdella-rocketspacer
v1.0.1
Published
My (rocketspacer) personal theme for JSON Resume
Downloads
6
Maintainers
Readme
Customized JSON Resume Theme: Rocketspacer
🖼️ This is a tweaked version of the Rocketspacer theme. Tweaked to fit my design preferences. Published on NPM and GitHub Registry.
Notable Changes
- 2 Page version in PDF/printable mode
- Added sections for speaking and articles
- Style changes
Prerequisites
To build and start the local server, it needs to use the cli command, which is custom cli I tweaked.
npm i @anthonyjdella/customized-resume-cli
How to Start
npm run start
How to Change
views/resume.ejs
is the order of the resume.views/partials/
are the html files for each sectionassets/styles/style.css
is the styling- To make changes to the PDF/printable version, make changes in the
@print
section ofassets/styles/style.css
- Change version number in
package.json
- Deploy the changes via
npm publish --access public
- To see changes from
resume.anthonydellavecchia.com
you need to go to the registry project, then cd intofunctions
, runnpm i
andnpm update
, thenfirebase deploy
.
Usage
npm run start
to start local server.
jsonresume-theme-rocketspacer
A jsonresume theme built in my free time. Watch it live here
Usage
$ npm install --global resume-cli
$ resume serve --resume <your-resume.json> --theme rocketspacer
Credits
Original styling is taken from eddywashere theme. Much credit goes to him.