This is my personal blog using Quarto, welcome! :)
- To get started, install the pre-requisites:
sudo apt install pipx quarto texlive-latex-extra dvisvgm
- Setup initial virtual env
make init
- Install packages
make install
NOTE: If packages in pyproject.toml
are updated, run make sync
to sync the venv deps.