-
Notifications
You must be signed in to change notification settings - Fork 23
/
_quarto.yml
81 lines (79 loc) · 2.52 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!materials/workshop/"
website:
title: "Get Started with Quarto"
twitter-card:
card-style: summary_large_image
description: "rstudio::conf-2022 2 day workshop on getting started with Quarto"
image: "https://raw.githubusercontent.com/rstudio-conf-2022/get-started-quarto/main/preview.jpeg"
page-footer:
left: "This page was built with ❤️ and [Quarto](https://quarto.org/) by [Tom Mock](https://themockup.blog)."
navbar:
background: "#447099"
left:
- href: index.qmd
text: Home
- text: Day 1
menu:
- href: materials/01-intro-quarto.qmd
text: "Intro to Quarto"
- href: materials/02-authoring.qmd
text: "Authoring Quarto"
- href: materials/03-computation-editors.qmd
text: "Code and Editors"
- href: materials/04-static-documents.qmd
text: "Static Documents"
- text: Day 2
menu:
- href: materials/05-presentations.qmd
text: "Presentations"
- href: materials/06-websites.qmd
text: "Websites & Books"
- href: materials/07-plots-tables.qmd
text: "Plots & Tables"
- href: materials/08-advanced-knitr.qmd
text: "Advanced Quarto"
- href: schedule.qmd
text: "Schedule"
- href: workshop-materials.qmd
text: Workshop
right:
- href: "https://quarto.org/"
text: "Quarto Docs"
- icon: github
href: https://github.com/rstudio-conf-2022/get-started-quarto
- icon: twitter
href: https://twitter.com/quarto_pub
sidebar:
style: docked
contents:
- section: "Day 1"
contents:
- href: materials/01-intro-quarto.qmd
text: "Intro to Quarto"
- href: materials/02-authoring.qmd
text: "Authoring Quarto"
- href: materials/03-computation-editors.qmd
text: "Code and Editors"
- href: materials/04-static-documents.qmd
text: "Static Documents"
- section: "Day 2"
contents:
- href: materials/05-presentations.qmd
text: "Presentations"
- href: materials/06-websites.qmd
text: "Websites & Books"
- href: materials/07-plots-tables.qmd
text: "Plots & Tables"
- href: materials/08-advanced-knitr.qmd
text: "Advanced Quarto"
format:
html:
theme:
- litera
- style.css
toc: true