Forrest logo
back to context overview

quarto

List of commands for quarto:

  • quarto:tldr:22f61 quarto: Publish a document or project to Quarto Pub, Github Pages, RStudio Connect or Netlify.
    $ quarto publish ${select}
    try on your machine
    explain this command
  • quarto:tldr:7b5e4 quarto: Render input file(s) to different formats.
    $ quarto render ${select}}} --to ${select1}
    try on your machine
    explain this command
  • quarto:tldr:9c494 quarto: Create a new project.
    $ quarto create-project ${path-to-destination_directory} --type ${select}
    try on your machine
    explain this command
  • quarto:tldr:c6098 quarto: Create a new blog website.
    $ quarto create-project ${path-to-destination_directory} --type ${website} --template ${blog}
    try on your machine
    explain this command
  • quarto:tldr:d9547 quarto: Render and preview a document or a website.
    $ quarto preview ${select}
    try on your machine
    explain this command
back to context overview