mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 16:20:11 +00:00
Update Markdown formats.
This commit is contained in:
parent
09b5660d02
commit
0cc64d51ce
54
themes/compact/src/compact-md.txt
Normal file
54
themes/compact/src/compact-md.txt
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
# {{ r.name }}
|
||||||
|
|
||||||
|
{% if (r.contact.email) { %}Email: {{ r.contact.email }}{% } %}
|
||||||
|
{% if (r.contact.phone) { %}Tel: {{ r.contact.phone }}{% } %}
|
||||||
|
{% if (r.contact.website) { %}Web: {{ r.contact.website }}{% } %}
|
||||||
|
|
||||||
|
{% if ( r.info.brief && r.info.brief.length ) { %}{{ r.info.brief }}{% } %}
|
||||||
|
|
||||||
|
{% if ( r.skills && r.skills.sets ) { %}
|
||||||
|
## Skills
|
||||||
|
{% r.skills.sets.forEach( function( set, idx, ar) { %}
|
||||||
|
- **{{ set.name }}**: {{ set.skills.join(', ') }}
|
||||||
|
{% }); } %}
|
||||||
|
|
||||||
|
{% if ( r.employment.history && r.employment.history.length ) { %}
|
||||||
|
## Employment
|
||||||
|
{% r.employment.history.forEach( function( proj, idx, ar) { %}
|
||||||
|
### *{{ proj.position }}*, {{ proj.employer }}
|
||||||
|
<small>{{ proj.safe.start.format('MMM YYYY') }} — {{ proj.safe.end.format('MMM YYYY') }}</small>
|
||||||
|
{{ proj.summary }}
|
||||||
|
{% if( proj.highlights ) { %}{% proj.highlights.forEach( function( high, idx, ar) { %}
|
||||||
|
- {{ high }}
|
||||||
|
{% }); } }); } %}
|
||||||
|
|
||||||
|
{% if ( r.education.history && r.education.history.length ) { %}
|
||||||
|
## Education
|
||||||
|
{% r.education.history.forEach( function( edu, idx, ar) { %}
|
||||||
|
### {{ edu.institution }} ({{ edu.safe.start.format('MMM YYYY') }} — {{ edu.safe.end.format('MMM YYYY') }})
|
||||||
|
{{ edu.area }}
|
||||||
|
{% if( edu.curriculum ) { %}{% edu.curriculum.forEach( function( course, idx, ar) { %}
|
||||||
|
- {{ course }}
|
||||||
|
{% }); } }); } %}
|
||||||
|
|
||||||
|
{% if ( r.writing && r.writing.length ) { %}
|
||||||
|
## Publications
|
||||||
|
{% r.writing.forEach( function( pub, idx, ar) { %}
|
||||||
|
### {{ pub.title }} ({{ pub.safe.date.format('MMM YYYY') }})
|
||||||
|
{{ pub.publisher }}
|
||||||
|
{{ pub.summary }}
|
||||||
|
{% }); } %}
|
||||||
|
|
||||||
|
{% if ( r.service.history && r.service.history.length ) { %}
|
||||||
|
## Volunteer
|
||||||
|
{% r.service.history.forEach( function( vol, idx, ar) { %}
|
||||||
|
### {{ vol.organization }} ({{ vol.safe.start.format('MMM YYYY') }} — {{ vol.safe.end.format('MMM YYYY') }})
|
||||||
|
{{ vol.summary }}
|
||||||
|
{% }); } %}
|
||||||
|
|
||||||
|
{% if ( r.recognition && r.recognition.length ) { %}
|
||||||
|
## Recognition
|
||||||
|
{% r.recognition.forEach( function( awd, idx, ar) { %}
|
||||||
|
### *{{ awd.title }}*, {{ awd.from }} ({{ awd.safe.date.format('MMM YYYY') }})
|
||||||
|
{{ awd.summary }}
|
||||||
|
{% }); } %}
|
@ -1,9 +1,3 @@
|
|||||||
{#
|
|
||||||
|
|
||||||
minimist/md.txt
|
|
||||||
A Markdown resume template for FluentCV's "minimist" theme.
|
|
||||||
|
|
||||||
#}
|
|
||||||
# {{ r.name }}
|
# {{ r.name }}
|
||||||
|
|
||||||
{% if (r.contact.email) { %}Email: {{ r.contact.email }}{% } %}
|
{% if (r.contact.email) { %}Email: {{ r.contact.email }}{% } %}
|
||||||
@ -15,13 +9,14 @@
|
|||||||
{% if ( r.skills && r.skills.sets ) { %}
|
{% if ( r.skills && r.skills.sets ) { %}
|
||||||
## Skills
|
## Skills
|
||||||
{% r.skills.sets.forEach( function( set, idx, ar) { %}
|
{% r.skills.sets.forEach( function( set, idx, ar) { %}
|
||||||
- **{{ set.name }}**: {{ set.level }}
|
- **{{ set.name }}**: {{ set.skills.join(', ') }}
|
||||||
{% }); } %}
|
{% }); } %}
|
||||||
|
|
||||||
{% if ( r.employment.history && r.employment.history.length ) { %}
|
{% if ( r.employment.history && r.employment.history.length ) { %}
|
||||||
## Employment
|
## Employment
|
||||||
{% r.employment.history.forEach( function( proj, idx, ar) { %}
|
{% r.employment.history.forEach( function( proj, idx, ar) { %}
|
||||||
### *{{ proj.position }}*, {{ proj.employer }} ({{ proj.safe.start.format('MMM YYYY') }} — {{ proj.safe.end.format('MMM YYYY') }})
|
### *{{ proj.position }}*, {{ proj.employer }}
|
||||||
|
<small>{{ proj.safe.start.format('MMM YYYY') }} — {{ proj.safe.end.format('MMM YYYY') }}</small>
|
||||||
{{ proj.summary }}
|
{{ proj.summary }}
|
||||||
{% if( proj.highlights ) { %}{% proj.highlights.forEach( function( high, idx, ar) { %}
|
{% if( proj.highlights ) { %}{% proj.highlights.forEach( function( high, idx, ar) { %}
|
||||||
- {{ high }}
|
- {{ high }}
|
||||||
|
@ -1,9 +1,3 @@
|
|||||||
{#
|
|
||||||
|
|
||||||
modern/md.txt
|
|
||||||
A Markdown resume template for FluentCV's "modern" theme.
|
|
||||||
|
|
||||||
#}
|
|
||||||
# {{ r.name }}
|
# {{ r.name }}
|
||||||
|
|
||||||
{% if (r.contact.email) { %}Email: {{ r.contact.email }}{% } %}
|
{% if (r.contact.email) { %}Email: {{ r.contact.email }}{% } %}
|
||||||
@ -15,13 +9,14 @@
|
|||||||
{% if ( r.skills && r.skills.sets ) { %}
|
{% if ( r.skills && r.skills.sets ) { %}
|
||||||
## Skills
|
## Skills
|
||||||
{% r.skills.sets.forEach( function( set, idx, ar) { %}
|
{% r.skills.sets.forEach( function( set, idx, ar) { %}
|
||||||
- **{{ set.name }}**: {{ set.level }}
|
- **{{ set.name }}**: {{ set.skills.join(', ') }}
|
||||||
{% }); } %}
|
{% }); } %}
|
||||||
|
|
||||||
{% if ( r.employment.history && r.employment.history.length ) { %}
|
{% if ( r.employment.history && r.employment.history.length ) { %}
|
||||||
## Employment
|
## Employment
|
||||||
{% r.employment.history.forEach( function( proj, idx, ar) { %}
|
{% r.employment.history.forEach( function( proj, idx, ar) { %}
|
||||||
### *{{ proj.position }}*, {{ proj.employer }} ({{ proj.safe.start.format('MMM YYYY') }} — {{ proj.safe.end.format('MMM YYYY') }})
|
### *{{ proj.position }}*, {{ proj.employer }}
|
||||||
|
<small>{{ proj.safe.start.format('MMM YYYY') }} — {{ proj.safe.end.format('MMM YYYY') }}</small>
|
||||||
{{ proj.summary }}
|
{{ proj.summary }}
|
||||||
{% if( proj.highlights ) { %}{% proj.highlights.forEach( function( high, idx, ar) { %}
|
{% if( proj.highlights ) { %}{% proj.highlights.forEach( function( high, idx, ar) { %}
|
||||||
- {{ high }}
|
- {{ high }}
|
||||||
|
Loading…
Reference in New Issue
Block a user