True
What does it do? Does it do things? Let’s find out! 🐴
⌨️ Written in TypeScript.
❤️ Very responsive development team.
📤 Focused on publishing: websites, books, PDFs, slide decks.
✍️ Authoring in Markdown.
Performs computations (requires Jupyter dependency):
Renders rich text:
\[\large\tau > \pi\]
Renders many output formats (like this slide deck!)
You can install Quarto from conda-forge
:
conda install -c conda-forge quarto
mamba install -c conda-forge quarto
Or you can install from the official sources (Linux .deb
/.tar.gz
, Mac, Windows)
Warning
Use the official sources if you’re rendering to PDF. See the README of this repo for details!
quarto create-project <project-name> --type=<website|book|default>
Turn your markdown files into your desired output format(s).
quarto render
Render your project & serve it with a hot-reloading webserver!
quarto preview
GitHub Pages setup
Quarto provides out-of-the-box GitHub Actions you can use to publish for free to GitHub Pages.
We set up the educator workshop GitHub repo with GitHub actions, then our team’s education expert set to work on creating a beautiful site through the GitHub web interface.
We’d love suggestions on how to best present Quarto to a non-developer audience.
Read more about caveats!