forked from carpentries/workbench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
50 lines (42 loc) · 1.04 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
project:
title: "The Carpentries Workbench"
type: website
format:
html:
from: markdown+emoji
toc: true
include-in-header: assets/workbench-tools.html
filters:
- assets/workbench-filters.lua
book:
title: "The Carpentries Workbench"
author: "Zhian N. Kamvar"
date: "2022-04-29"
chapters:
- index.qmd
- transition-guide.qmd
- releases.qmd
website:
title: "The Carpentries Workbench"
navbar:
left:
- href: index.qmd
text: Home
- href: faq.qmd
text: FAQ
- href: transition-schedule.qmd
text: "**Transition Schedule**"
- href: workflow-guide.qmd
text: How The Workbench Works
- href: transition-guide.qmd
text: Transition Guide
- text: "Contributor Guides"
menu:
- contributor/index.qmd
- contributor/releases.qmd
- contributor/flow.qmd
- contributor/testing.qmd
right:
- icon: github
href: 'https://github.com/carpentries/workbench'
aria-label: Workbench GitHub