###Adding grunticons to json_resume
- Download the svg(s) you would like to use from a site like https://icomoon.io/app/
- Download the official json_resume svgs from the json_resume_icon repo
- Drag all svgs onto the grumpicon and then "downlode it"
- Drag the files inside the grunticon folder into the json_resume's css folder, replacing existing files
- Modify the default_html mustache script to include your icons. Edit the div class to include your new grunticon.
<div class="icon-user icon-square">
, where "user" is the SVG name. Check grunticon's generated preview.html file to verify the icon class name. - run
json_resume convert prateek.json
and the updated icons should successfully be implemented.