-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
107 lines (99 loc) · 3.73 KB
/
Copy path_quarto.yml
File metadata and controls
107 lines (99 loc) · 3.73 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
project:
type: website
output-dir: docs
title: "Quarto at USCOTS"
website:
title: "USCOTS 2023 Quarto Workshop"
description: "USCOTS 2023 Workshop on Reproducible documents, presentations, and websites with Quarto"
site-url: https://atheobold.github.io/uscots-quarto/
repo-url: https://github.com/atheobold/uscots-quarto
repo-actions: [issue]
navbar:
background: primary
search: true
left:
- href: index.qmd
text: Home
- href: bio.qmd
text: Presenters
- text: Morning
menu:
- href: materials/01-rstudio-refresher.qmd
text: "A Brief RStudio Refresher"
- href: materials/02-quarto-docs.qmd
text: "Introduction to Quarto Documents"
- href: materials/03-styling-quarto-docs.qmd
text: "Styling Quarto Documents"
- text: Afternoon
menu:
- href: materials/04-quarto-presentations.qmd
text: "Introduction to Quarto Presentations"
- href: materials/05-styling-quarto-presentations.qmd
text: "Styling Quarto Presentations"
- href: materials/06-version-control.qmd
text: "Introduction to Version Control"
- href: materials/07-publishing.qmd
text: "Publishing Your Materials"
- text: Activities
menu:
- href: materials/02-activity-quarto-yaml.qmd
text: "Exploring YAML Options in Quarto Docs"
- href: materials/03-activity-styling-quarto-docs.qmd
text: "Embellishing your Quarto doc"
- href: materials/04-activity-quarto-presentations.qmd
text: "Your first (?) Quarto presentation"
- href: materials/05-activity-styling-quarto-presentations.qmd
text: "Embellishing your Quarto presentation"
right:
- href: "https://quarto.org/"
text: "Quarto Docs"
- icon: github
href: https://github.com/atheobold/uscots-quarto
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© Copyright 2023, Allison Theobold, Emily Robinson & Hunter Glanz"
background: "#D9E3E4"
sidebar:
logo: "images/quarto_icon.png"
pinned: true
align: center
search: true
style: "docked"
background: light
contents:
- section: "Morning"
contents:
- href: materials/01-rstudio-refresher.qmd
text: "A Brief RStudio Refresher"
- href: materials/02-quarto-docs.qmd
text: "Introduction to Quarto Documents"
- href: materials/02-activity-quarto-yaml.qmd
text: "Your turn! Exploring YAML Options"
- href: materials/03-styling-quarto-docs.qmd
text: "Styling Quarto Documents"
- href: materials/03-activity-styling-quarto-docs.qmd
text: "Your turn! Embellishing your Quarto doc"
- section: "Afternoon"
contents:
- href: materials/04-quarto-presentations.qmd
text: "Introduction to Quarto Presentations"
- href: materials/04-activity-quarto-presentations.qmd
text: "Your turn! Making a Quarto Presentation"
- href: materials/05-styling-quarto-presentations.qmd
text: "Styling Quarto Presentations"
- href: materials/05-activity-styling-quarto-presentations.qmd
text: "Your turn! Styling Your Presentation"
- href: materials/06-version-control.qmd
text: "Introduction to Version Control"
- href: materials/07-publishing.qmd
text: "Publishing Your Materials"
page-navigation: false
format:
html:
theme:
- cosmo
- style.scss
toc: true
callout-appearance: simple
execute:
freeze: auto