Skip to content

Commit

Permalink
content
Browse files Browse the repository at this point in the history
Signed-off-by: razzle <harry@razzle.cloud>
  • Loading branch information
Noxsios committed Jan 8, 2024
1 parent 2940862 commit cd37129
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions content/2024-01-07.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 typst, the PDF preview VSCode extensions. -->
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 <https://github.com/BartoszJarocki/cv> repo.

Expand Down Expand Up @@ -70,4 +72,4 @@ To "hack" GitHub pages to serve the CV PDF at the root of the URL, I made a simp
</html>
```

Checkout the full source code here: <https://github.com/Noxsios/cv>
Checkout the full source code here: <https://github.com/Noxsios/cv>, and checkout the live CV here: <https://noxsios.github.io/cv/>.
Binary file added static/ss/2024-01-07-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd37129

Please sign in to comment.