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.
These changes improve the resume_html mobile experience.
Adding grunticons to json_resume
<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.json_resume convert prateek.json
and the updated icons should successfully be implemented.