This repository contains the source code to build my personal website, which is hosted at zakvarty.com.
The website is built using Quarto and deployed with Netlify.
If you find any mistakes, broken bits or anything that isn't working as it should then please raise an issue to let me know.
Quarto is an open-source system for scientific and technical publishing. It's a bit like a jupyter notebook on steroids.
Quarto provides a unified approach to literate programming in a range of languages: out-of-the-box there is support for R, Python, Julia and Observable. It also covers many different output types, all from a single markdown source file. Quarto can be compiled to HTML documents, sites and slides; PDF documents and MS Word docs - all through the magic of Pandoc.
If you've not heard of Quarto before, I'd encourage you to have a play around with it. Some starter projects, building in difficulty.
- ⬇️ Install Quarto - it's easy, I promise.
- 📝 Try making your first Quarto document. (Bonus points for html + pdf output)
- 📽️ Jazz things up and try making some slides (Pretty from the start, gorgeous with a little extra HTML and CSS).
- 👤Create or revamp your own personal website.
- ✍️ Add a blog to that website, perhaps by following my tutorial!