My resume
0

Configure Feed

Select the types of activity you want to include in your feed.

Update readme

Alex van de Sandt (Jul 18, 2026, 12:21 AM -0500) fb865dab d806ac69

+9 -4
+9 -4
README.md
··· 1 - # My Resume 1 + # My Resume/personal site 2 2 3 - Resume written in [Typst] with the [brilliant-cv][npm] template. 3 + - Resume written in [Typst] with the [brilliant-cv] template. 4 + - Site written with [Zola] 4 5 5 6 Commands: 6 7 ``` 7 - just compile # generate the resume pdf 8 - just watch # regenerate whena file changes 8 + just build # generate the resume pdf and build the site to `./public` 9 + just watch # watch for changes and serve locally at http://localhost:1111 9 10 ``` 11 + 12 + [Typst]: https://typst.app/ 13 + [brilliant-cv]: https://yunanwg.github.io/brilliant-CV/ 14 + [Zola]: https://www.getzola.org/