-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
61 lines (59 loc) · 1.84 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
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!materials/workshop/"
website:
title: "Get Started with Quarto"
twitter-card:
card-style: summary_large_image
description: "Two hour 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: Workshop
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"
- href: materials/05-websites.qmd
text: "Blogs & Websites"
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: "Workshop"
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"
- href: materials/05-websites.qmd
text: "Blogs & Websites"
format:
html:
theme:
- litera
- style.css
toc: true