resume.toml/resume.template
dozens 1614f02e9b Add mustache lambdas
Now you can define lambdas in lambdas.js. In the build process, ed will
creat the json for the view from the toml, and insert the lambdas to be
fed to mustache to expand the templates to create the groff to create
the pdf.

See the examples in lambdas.js for guidance on writing lambdas.
2023-12-21 19:49:39 -07:00

131 lines
1.7 KiB
Plaintext

.EH '''' \" delete header (even pages)
.OH '''' \" delete header (odd pages)
.nr HM .5i \" tighter header margin
.nr FM .5i \" tighter footer margin
.nr PI 2n \" tighter paragraph indentation (for bullet lists)
.nr PD 0 \" tighter paragraph spacing
.TS H \" Table Start!
center tab(;);
cbx s
c s
c s
lfI s.
.TH
./" ============
./" == HEADER ==
./" ============
{{#basics}}
{{name}}
{{email}} - {{phone}}
{{#profiles}} {{{url}}} {{/profiles}}
.sp 1
T{
{{{summary}}}
T}
{{/basics}}
.sp 1
.
.
.
./" ==========
./" == WORK ==
./" ==========
.T&
lbv2 s
- -
{{#work}}
lb r
l r
{{#highlights}}
l s
{{/highlights}}
{{/work}}
l l.
{{#chicken}}Experience{{/chicken}}
{{#work}}
{{{name}}};{{{location}}}
{{{position}}};{{#formatdate}}{{startDate}}{{/formatdate}}\*[-]{{#formatdate}}{{endDate}}{{/formatdate}}
{{#highlights}}
T{
.IP \(bu
{{{.}}}
T}
{{/highlights}}
.sp 1
{{/work}}
;
.
.
.
.\" ============
.\" == SKILLS ==
.\" ============
.T&
lb s
- -
{{#skills}}
l s
{{/skills}}
l s.
Skills
{{#skills}}
{{{name}}}: {{#join}} {{{keywords}}} {{/join}}
{{/skills}}
;
.
.
.
.\" ============
.\" == AWARDS ==
.\" ============
.T&
lb s
- -
{{#awards}}
l r
{{/awards}}
l r.
Awards
{{#awards}}
{{title}}, {{awarder}};{{#formatdate}}{{date}}{{/formatdate}}
{{/awards}}
;
.
.
.
.\" ===============
.\" == EDUCATION ==
.\" ===============
.T&
lb s
- -
{{#education}}
l r
{{/education}}
l l.
Education
{{#education}}
{{institution}}, {{area}};{{#formatdate}}{{startDate}}{{/formatdate}}\*[-]{{#formatdate}}{{endDate}}{{/formatdate}}
{{/education}}
;
.
.
.
.\" ===============
.\" == INTERESTS ==
.\" ===============
.T&
lb s
- -
{{#interests}}
l s
{{/interests}}
l s.
Interests
{{#interests}}
{{name}}: {{#join}} {{{keywords}}} {{/join}}
{{/interests}}
;
.TE