forked from code-check-club/code-review-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
84 lines (76 loc) · 1.93 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
project:
type: book
output-dir: docs
output-file: "code-review-guide"
resources:
- "images/*"
- "data/*"
book:
title: "Code Review Guide"
author: "Code Check Collective"
#description: "Beginners' guide to checking code and preparing your code to be checked"
chapters:
- index.qmd
- part: "Checklists"
chapters:
- checklist-coder.qmd
- checklist-reviewer.qmd
- part: "Topics"
chapters:
- naming.qmd
- comments.qmd
- unit-tests.qmd
- discussion.qmd
appendices:
- references.qmd
- contributors.qmd
sidebar:
logo: images/code-review-guide.png
footer: "*NOTE: This guide is in draft format. We will be working over the next few months to generate text.*"
cover-image: images/code-review-guide.png
image: images/code-review-guide.png
fav-icon: images/favicon.ico
#cookie-consent: true
#google-analytics: "G-6NP3MF25W3"
page-navigation: true
search: true
comments:
hypothesis:
theme: clean
openSidebar: false
site-url: https://code-check-club.github.io/code-review-guide/
repo-url: https://github.com/code-check-club/code-review-guide
repo-branch: master
repo-actions: [edit, issue, source]
# downloads: [pdf, epub]
sharing: [twitter, facebook, linkedin]
open-graph: true
twitter-card: true
page-footer:
left: "CC-BY 2022"
right:
- icon: github
href: https://github.com/code-check-club/code-review-guide
bibliography: include/book.bib
csl: include/apa.csl
format:
html:
theme:
dark:
- darkly
- include/dark.scss
light:
- flatly
- include/light.scss
toc-depth: 4
code-link: true
code-fold: true
code-line-numbers: true
code-overflow: wrap
code-copy: true
# code-block-border-left: "#4864DB"
highlight-style: a11y
# monofont: Fira Code
# mainfont: Open Sans
css: include/style.css
include-after-body: include/script.js