-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
70 lines (60 loc) · 1.7 KB
/
Copy path_quarto.yml
File metadata and controls
70 lines (60 loc) · 1.7 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
project:
type: website
render:
- "*.qmd"
- "*.md"
- "!sandbox/"
website:
page-navigation: true
title: "WSDS-StLouis"
site-url: "https://github.com/RWorkflow-Workshops/WSDS-StLouis"
repo-url: https://github.com/RWorkflow-Workshops/WSDS-StLouis
repo-actions: [edit, source, issue]
favicon: "https://raw.githubusercontent.com/RVerse-Tutorials/rverse-tutorials.github.io/master/favicon.ico"
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)."
left: "© CC-By Openscapes, 2022"
sidebar:
background: "#D9E3E4"
logo: "https://user-images.githubusercontent.com/2545978/193091073-6b38734f-cd28-4946-ab2a-bebdb223d3cb.png"
favicon: images/openscapes_hex.png
pinned: true
align: center
tools:
- icon: globe
href: https://rverse-tutorials.github.io
text: "RVerse Tutorials"
- icon: github
href: https://github.com/rworkflow-workshops
text: "RWorkflow Workshops"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Home
- href: schedule.md
text: Schedule
- href: WSDS_2022.pdf
text: Slides
- section: teamwork.md
text: Team work
contents:
- bridges.md
- parks.md
- public_art.md
- restuarants.md
- music.md
- sports.md
- history.md
format:
html:
theme:
light: [cosmo, theme.scss] # from https://github.com/sta210-s22/website/blob/main/_quarto.yml
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
toc: true
filters:
- include-files.lua
- quarto