2  The _quarto.yml file

Author
Affiliation

Dr. Devan Becker

Wilfrid Laurier University

Published

June 6, 2024

Let’s go through the file line-by-line.

date-fromat: iso
date: "last-modified"
author: "Dr. Devan Becker"
institute: "Wilfrid Laurier University"
execute:
  warning: false
  cache: true
  freeze: auto
profile:
  default: slides
  group:
  - [slides, book]

This is where a lot of the magic happens! The profiles allow for easy switching between output formats, each of which has their own option.