m30ml example project for rendering a resume
- npm
- gradle
- linkml
npm iThis repository includes an example file named model/resume-model.yaml you can use to generate your resume.
After replacing the content with your own, use
npm run buildYour generated resume will appear in build/resume.adoc.
Nunjucks generates the view as an AsciiDoc file. To make changes to the view, such as section titles and the order thereof, you can edit view/resume.adoc.njk.