From fb865daba09841b1bb43fee749f0f4595736e198 Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Sat, 18 Jul 2026 00:20:53 -0500 Subject: [PATCH] Update readme --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c4c9cc..1e7bad9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ -# My Resume +# My Resume/personal site -Resume written in [Typst] with the [brilliant-cv][npm] template. +- Resume written in [Typst] with the [brilliant-cv] template. +- Site written with [Zola] Commands: ``` -just compile # generate the resume pdf -just watch # regenerate whena file changes +just build # generate the resume pdf and build the site to `./public` +just watch # watch for changes and serve locally at http://localhost:1111 ``` + +[Typst]: https://typst.app/ +[brilliant-cv]: https://yunanwg.github.io/brilliant-CV/ +[Zola]: https://www.getzola.org/ -- 2.51.2