forked from mitchelloharawild/workshop-tidyfc-2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.qmd
44 lines (40 loc) · 767 Bytes
/
schedule.qmd
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
---
title: "Schedule"
listing:
- id: day1
contents:
- sessions/day1/*.qmd
type: table
fields: [image, subtitle, title]
field-display-names:
subtitle: "Time"
title: "Session"
table-hover: true
date-format: "MMMM DD, YYYY"
sort: [filename]
sort-ui: false
filter-ui: false
image-height: 75px
- id: day2
contents:
- sessions/day2/*.qmd
type: table
fields: [image, subtitle, title]
field-display-names:
subtitle: "Time"
title: "Session"
table-hover: true
date-format: "MMMM DD, YYYY"
sort: [filename]
sort-ui: false
filter-ui: false
image-height: 75px
tbl-colwidths: [5,20,50,25]
editor: source
---
## Day 1
::: {#day1}
:::
## Day 2
::: {#day2}
:::