- 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.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
vsprofile
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.