-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
64 lines (58 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
project:
type: book
book:
title: "Workbench Developer's Guide"
description: |
Learn how to build, debug, and contribute to the components that make up
The Carpentries Workbench.
author: "Zhian N. Kamvar"
date: '2023-12-31'
cover-image: 'images/cover.jpg'
reader-mode: true
repo-url: https://github.com/carpentries/workbench-dev/
site-url: https://carpentries.github.io/workbench-dev/
chapters:
- index.qmd
- intro.qmd
- setup.qmd
- testing.qmd
- part: "Design Considerations"
chapters:
- flow.qmd
- features.qmd
- part: "{sandpaper} User Interface"
chapters:
- sandpaper/intro.qmd
- sandpaper/testing.qmd
- sandpaper/global-state.qmd
- sandpaper/package-cache.qmd
- sandpaper/building-html.qmd
- part: "{pegboard} Validation and Parsing"
chapters:
- pegboard/intro.qmd
- part: "{varnish} Web Styling"
chapters:
- varnish/intro.qmd
# - varnish/testing.qmd
# - varnish/rendering.qmd
- part: "Package Distribution"
chapters:
- releases.qmd
- hotfixes.qmd
- part: "Remote Deployment and Management"
chapters:
- remote/intro.qmd
- remote/deploy.qmd
- remote/pull-request.qmd
- summary.qmd
- references.qmd
appendices:
- sop.qmd
- flight-rules.qmd
bibliography: references.bib
format:
html:
theme: cosmo
css: guide.scss
# pdf:
# documentclass: scrreprt