29.8 Websites and books

  • With a bit of additional infrastructure, you can use Quarto to generate a complete website or book:

    • Put your .qmd files in a single directory. index.qmd will become the home page.

    • Add a YAML file named _quarto.yml that provides the navigation for the site. In this file, set the project type to either book or website, e.g.:

project:
  type: book