-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
46 lines (43 loc) · 1001 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
45
46
project:
type: book
book:
title: "WILDS Contributor Guide"
reader-mode: true
bread-crumbs: false
author:
- Scott Chamberlain
- Sean Kross
page-footer:
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
repo-branch: main
repo-actions: [edit, issue]
repo-url: https://github.com/getwilds/guide/
chapters:
- index.qmd
- contributing.qmd
- style.qmd
- gitflow.qmd
- part: codereview.qmd
chapters:
- codereview-dasl.qmd
- codereview-external.qmd
- codereview-general.qmd
- codereview-guidelines.qmd
- packagedocs.qmd
- testing.qmd
- maintenance.qmd
- wdlconfig.qmd
- docker.qmd
- conventions.qmd
- standards.qmd
site-url: https://getwilds.org/guide/
bibliography: references.bib
format:
html:
theme:
light: [sandstone, light.scss]
dark: [slate, dark.scss]
fontsize: 1.2em
link-external-newwindow: true
code-overflow: wrap