@anthonyjdella/jsonresume-theme-anthonyjdella-spartan v1.0.1
Customized JSON Resume Theme: Spartan
🖼️ This is a slightly tweaked version of the Spartan 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
resume.hbsis the order of the resume.style.cssis the styling- To make changes to the PDF/printable version, make changes in the
@printsection ofstyle.css - Change version number in
package.json - Deploy the changes via
npm publish --access public - To see changes from
resume.anthonydellavecchia.comyou need to go to the registry project, then cd intofunctions, runnpm iandnpm update, thenfirebase deploy.
Spartan theme for jsonresume 
This is a theme for JSON Resume. It is available via npm:
npm install jsonresume-theme-spartanGetting started
Install the command line
The official resume-cli to run the development server.
Go ahead and install it:
sudo npm install -g resume-cliServe theme
While inside the theme folder, simply run:
resume serveYou should now see this message:
Preview: http://localhost:4000
Press ctrl-c to stopSocial Profiles Icons
Profiles supported with brand colors:
github, stack overflow, linkedin, dribbble, twitter, facebook, pinterest, instagram, soundcloud, wordpress, youtube, flickr, google plus, tumblr, foursquare.
To have a social icon close the social link profile (or username) it is enough to set a network the name of the Social Network (es: 'Stack Overflow').
Contribute
To test the theme, this is what you'll need:
If you're on Linux, you can simply run:
sudo apt-get install nodejs-legacy npmOr if you're on OSX and got Homebrew installed:
brew install nodeLicense
Available under the MIT license.