diff --git a/content/2024-01-07.md b/content/2024-01-07.md index c0dd3f7..451f0d5 100644 --- a/content/2024-01-07.md +++ b/content/2024-01-07.md @@ -34,9 +34,11 @@ For generating the PDF, I chose to use [Typst](https://typst.app/). > Typst is a new markup-based typesetting system for the sciences. It is designed to be an alternative both to advanced tools like LaTeX and simpler tools like Word and Google Docs. Our goal with Typst is to build a typesetting tool that is highly capable and a pleasure to use. [docs](https://typst.app/docs) -I liked Typst's pseudo markdown syntax, its simple yet extremely powerful scripting language, and the fact I could hot reload the PDF as I was editing the CV (`typst watch`) +I liked Typst's pseudo markdown syntax, its simple yet extremely powerful scripting language, and the fact I could hot reload the PDF as I was editing the CV (`typst watch`). - +Combined with the VS Code extensions for Typst and PDF preview, I was able to get a very nice editing experience (+ CoPilot suggestions). + +![ide](/ss/2024-01-07-2.png) The CV's format was heavily inspired by the recently trending repo. @@ -70,4 +72,4 @@ To "hack" GitHub pages to serve the CV PDF at the root of the URL, I made a simp ``` -Checkout the full source code here: +Checkout the full source code here: , and checkout the live CV here: . diff --git a/static/ss/2024-01-07-2.png b/static/ss/2024-01-07-2.png new file mode 100644 index 0000000..5c027d8 Binary files /dev/null and b/static/ss/2024-01-07-2.png differ