-
Notifications
You must be signed in to change notification settings - Fork 14
/
_quarto.yml
44 lines (39 loc) · 963 Bytes
/
_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
project:
type: website
website:
title: "R Submissions Working Group"
site-url: https://rconsortium.github.io/submissions-wg
repo-url: https://github.com/RConsortium/submissions-wg
repo-actions: [edit, issue]
navbar:
left:
- href: index.qmd
text: Home
- minutes.qmd
- text: "Pilots"
menu:
- pilot_background.qmd
- pilot1.qmd
- pilot2.qmd
- pilot3.qmd
- pilot4.qmd
- text: "Site Development"
menu:
- href: dev_background.qmd
text: Development Guide
- href: minutes_prep.qmd
text: Minutes Draft Gen
right:
- icon: github
href: https://github.com/RConsortium/submissions-wg
aria-label: GitHub Site
format:
html:
theme:
light: flatly
dark: darkly
css: styles.css
toc: true
link-external-newwindow: true
execute:
freeze: auto