1.0.1 • Published 1 year ago

@anthonyjdella/jsonresume-theme-anthonyjdella-rocketspacer v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 section
  • assets/styles/style.css is the styling
  • To make changes to the PDF/printable version, make changes in the @print section of assets/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 into functions, run npm i and npm update, then firebase deploy.

Usage

  • npm run start to start local server.

jsonresume-theme-rocketspacer

node npm David npm Travis branch

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.