- 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
Thoughts 🤔
- Create a 
jsonresume-theme.jsonfile. - Can now see 
package.jsonfrom 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. 
profilesvsprofile profiles.networkprofile.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 
quotesproperty - 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.