quarto Command Examples

An open-source scientific and technical publishing system built on Pandoc. More information: https://quarto.org/.

quarto create-project {{path/to/destination_directory}} --type {{book|default|website}}

quarto create-project {{path/to/destination_directory}} --type {{website}} --template {{blog}}

quarto render {{path/to/file.{{qmd|rmd|ipynb}}}} --to {{html|pdf|docx}}

quarto preview {{path/to/destination_directory|path/to/file}}

quarto publish {{quarto-pub|gh-pages|connect|netlify}}