This is the personal website and blog of Heath Yates. It is based on quarto.
This blog requires quarto. In order to install quarto
. The following steps are recommended:
sudo curl -LO https://quarto.org/download/latest/quarto-linux-amd64.deb
sudo apt-get install gdebi-core
sudo gdebi quarto-linux-amd64.deb
You can verify the quarto
installed properly by running the following command: /usr/local/bin/quarto check
Please spin up the container by running Dev Containers: Rebuild Container without Cache
with the command palette. Once you have the container spun up. Please open a unique terminal and run quarto preview
.