-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
63 lines (59 loc) · 1.45 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
project:
type: website
output-dir: docs
website:
title: "satRday MyCity 2026"
sidebar: false
navbar:
background: light
pinned: false
right:
- href: index.qmd
text: Home
- href: index2.qmd
text: Home 2
- text: About
menu:
- text: satRday conference
href: about/about.qmd
- text: Organizing committee
href: about/organizers.qmd
- text: Sponsors
href: about/sponsors/
- text: Program
menu:
- text: Schedule
href: program/schedule/
- text: Speakers
href: program/speakers/
- text: Register
href: register.qmd
- text: Participation
menu:
- text: Call for submissions
href: participation/call.qmd
- text: Code of conduct
href: participation/coc.qmd
- text: Key dates
href: participation/keydates/
- text: Contact
href: contact.qmd
page-footer:
left: "Proudly supported by R Consortium"
right:
- icon: globe
href: https://satrdays.org
- icon: github
href: https://github.com/satrdays
- icon: twitter
href: https://twitter.com/satrdays
- icon: envelope
href: mailto:[email protected]
format:
html:
theme:
light: [cosmo, css/styles.scss]
#dark: darkly
page-layout: custom
toc: false
editor: visual