Commit Graph

5 Commits (ea3c773c956f2dc2d1152c8ddf4ba47313c6e796)

Author SHA1 Message Date
Dozens B. McCuzzins ea3c773c95 updates
- 🗄️ reorganizing
-  add html export
2024-02-05 16:25:02 -07:00
Dozens B. McCuzzins e2e8198be5 Add keeps to resume sections
This splits each resume section out into its own table (instead of
having one long continuous table) and then puts each section in a keep.
This fixes it so that no section is spread awkwardly across multiple
pages.

minor updates for formatting
2024-02-05 10:55:03 -07:00
Dozens B. McCuzzins 9d0088a601 Add many roles per company
This change to the resume schema allows you to list multiple roles per
company in your work experience.
2024-01-04 14:46:10 -07:00
Dozens B. McCuzzins f2e5742990 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:51:26 -07:00
Dozens B. McCuzzins bc51d57fe7 first commit 2023-12-05 22:51:32 -07:00