This is the papirus theme for JSON Resume.
To get started with theme development, this is what you'll need:
If you're on Linux, you can simply run:
sudo apt-get install nodejs-legacy npm
Or if you're on OSX and got Homebrew installed:
brew install node
We're going to use the official resume-cli to run our development server.
Go ahead and install it:
sudo npm install -g resume-cli
Install the theme by typing
npm install -g jsonresume-theme-papirus
If you don't already have your json resume you can make in online by visiting: http://registry.jsonresume.org/
If you want to publish your resume, first copy your resume.json and then run:
resume publish --theme=papirus
If you want to publish your resume, first copy your resume.json and then run:
resume export resume.pdf --theme=papirus
Available under the MIT license.