JSON Resume Theme Comparisons

JSON Resume Theme Comparisons

Tags
Published 📢
Published
Published August 17, 2022
Last Updated
Last updated August 25, 2022
Author
Description
Tweet
Featured
Featured
BG Music or Vid
  • Reviewing a few themes at the moment
  • Chance to give back to open source by tidying a few up.
  • Think my Resume is larger than what most themes were intended for… that default Richard from Pied Piper resume, which is awesome 🦄.
 

 
JSON Resume Theme DB
Name
Tags
Pros
Cons
Tech Stack
fix
Gulp
Tailwind
postcss
NPM
Profile Photo reads from non-standard JSON Resume property picture.
Handlebars Gulp Build Process Yarn, NPM
Gulp
NPM
fix
Yarn
Handlebars .hbs
Partials
Tailwind
 
 

Thoughts 🤔

  • Create a jsonresume-theme.json file.
    • Can now see package.json from NPM is being used instead, makes sense.
    • README.md YAML Tags?
  • Markdown Version
    • Tina Editor from Forestry.io
    • Statamic CMS
    • Projects is biggest use.
    • Other long strings like Summary/Description.
  • Singular naming standards? e.g. profiles vs profile
    • profiles.network
    • profile.network
    • {{ profile }} {{ network }} {{/end}}
    • {{ profile }} {{ network }} {{/end}}
    • {{#if profiles.length}} {{#each profiles}} {{#if network}} {{> icon-tag icon=(iconOrValue icon network) text=network url=url title=network }} {{/if}} {{/each}} {{/if}} {{#if profile.length}} // this is weirder than profiles.length. {{#each profile}} {{#if network}} {{> icon-tag icon=(iconOrValue icon network) text=network url=url title=network }} {{/if}} {{/each}} {{/if}}
  • Add a quotes property
    • Currently stuffing them into references
  • references - Add Contact info?
  • Add
  • CSS Standards
    • e.g. <div class="basics"><div class="profiles">......
    • .basics .profiles
    • .basics .url
    • etc.