A JSON Resume theme for new developers/recent graduates. Based off of jsonresume-theme-dev-ats.
- Rearranged the sections to better suit newer developers
- Compacted and moved profiles to the top of the page
- Fleshed out education title
- Made the user's label its own header in order to prevent overflow in the contact section
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 need to install the dependencies:
npm install
If you do not provide a resume.json
at the root directory level, copy the sample resume and run the development server:
cp sample-resume.json resume.json
npm start
You should now see this message:
Preview: http://localhost:4000
Press ctrl-c to stop
Congratulations, you've made it! You can now start to modify this theme (see Contribute section below).
To export your resume, you can run the following command below. This will automatically create a resume.pdf
file within your current directory:
npm run export
Alternatively, you can also do a print page on the browser and save it as as PDF (by setting margins to none and removing header/footers.)
Currently, this theme is still based on the old jsonresume-theme-boilerplate, so a look at the README will give you an overview of the files involved in theme modification.
Contributions to the implementation of new functions or bug fixes are very welcome!
Available under the MIT license.