This is a Typst CV template visually based on the Neat CV template, but completely rewritten with the aim of being tweak-friendly:
- Many parameters can be fine-tuned by editing the
settings.typfile in thesrcsubdirectory. This can be handy if you need a little bit more room to make everything fit in one page 😇 - The template itself,
src/template.typ, is fairly short and reasonably well-commented.
A demo can be found here.
You need the Typst compiler installed. On MacOS/Linux, navigate to this directory and compile the document by executing the following command:
typst compile src/cv.typ output/cv.pdf --font-path src/fonts/cv.pdf should then appear in output/.
To have Typst recompile your document each time you edit something, replace the word compile in the above command by watch.
Distributed under the MIT License.