Personal modification of the Elegant responsive theme for JsonResume by Mudassir Ali.
- Added command line interface
- Compatible with
jsonresume
, but not required to use - Can be rendered to exact replica
.pdf
- Compatible with
- Design modifications
- Added responsive sidebars to work experience.
- Added hundreds of brand icons for profile support.
- Changed to inline SVG icons, instead of icon font (ensures icons are displayed even on offline builds)
- Fixed current event tooltip features.
- Reorganized the order of the background sections.
- Reworked the print design. (maximum features, no print color waste)
- Added continuous integration (using Travis CI)
Jali Elegent Theme provides a basic command line tool as well. This will render the given .json file into the given file name on the same directory:
jaliresume myfolder/myresume.json outputname.html
jaliresume myfolder/myresume.json outputname.pdf
Both input path and output name are optional parameters.
An additional optional entry called basics.priority
allows you to reorder entries in the file:
"basics": {
"priority": "research",
}