This repository contains the source code for the "Praxis-IT" Quarto book. The book is rendered and deployed to GitHub Pages.
You can view the rendered book online at Praxis-IT.
To download and install Quarto CLI on a GitHub Codespace, follow these steps:
- Open a terminal in your GitHub Codespace.
- Download the
.deb
package usingwget
:wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.40/quarto-1.6.40-linux-amd64.deb
- Install the downloaded package using
dpkg
:sudo dpkg -i quarto-1.6.40-linux-amd64.deb
- Verify the installation by checking the Quarto version:
quarto --version
- Install TinyText:
quarto install tinytex