From c6955843c7148b653cb21d71073b5d85576e44b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kukie=C5=82a?= <53443372+kukimik@users.noreply.github.com> Date: Sun, 15 Sep 2024 11:19:33 +0200 Subject: [PATCH] Add resume (#61) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e96dff7..d69c75f 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ A curated list of awesome dhall-lang binding, libraries and anything related to - [podenv](https://github.com/podenv/podenv) - A container runtime wrapper using Dhall to define functional environments. - [animation-fractal](https://gitlab.com/TristanCacqueray/animation-fractal) - A graphic engine using Dhall to define demos, see the [Using Dhall To Animate Fractal](https://tristancacqueray.github.io/blog/using-dhall-to-animate-fractal) blog post. - [cv-static](https://github.com/mstksg/cv-static) - Generate CV in HTML and PDF using Dhall. +- [resume](https://github.com/s-zeng/resume) - Generate résumé in a number of formats from a Dhall specification. ## Text Editor Support - [dhall-vim](https://github.com/vmchale/dhall-vim) - Syntax highlighting in Vim for Dhall.