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/