-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
49 lines (44 loc) · 1.31 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
project:
type: book
render: # only render index.qmd and .qmd files in chapters/
- "index.qmd"
- "chapters/*.qmd"
execute-dir: project # working directory is always root of project
output-dir: "docs/"
book:
# Metadata (fill this in):
repo-url: "https://github.com/ucdavisdatalab/workshop_quarto_accessibility"
title: "How to Improve Accessibility of Datalab Workshops"
author:
- "Wesley Brooks"
chapters:
- "index.qmd"
# List your chapters in order here.
- "chapters/01_principles.qmd"
- "chapters/02_technologies.qmd"
- "chapters/03_design_considerations.qmd"
- "chapters/04_audit_of_r_basics.qmd"
- "chapters/05_solutions.qmd"
- "chapters/references.qmd"
- "chapters/assessment.qmd"
# Formatting (be careful about changing these):
date: now
repo-actions: [issue, source]
sidebar:
logo: "images/datalab-logo-full-color-rgb-1.png"
logo-alt: "The logo of the UC Davis DataLab."
logo-href: "https://datalab.ucdavis.edu/"
format:
html:
theme: cosmo
toc: true
sploot: splat
template-partials:
- "templates/toc.html"
# Uncomment to also generate a PDF:
# pdf: default
# Uncommentt if you want to use BibTex or BibLaTeX references.
# bibliography: references.bib
# Cache computations from each chapter:
execute:
freeze: auto