-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
45 lines (40 loc) · 1.1 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:
type: book
# See also https://quarto.org/docs/reference/projects/books.html
book:
title: "Knowledge Base"
# cover-image: cover.png
navbar:
logo: symbol3.svg
background: "#574cfa"
site-url: https://docs.researchequals.com
repo-url: https://github.com/libscie/docs.researchequals.com
issue-url: https://github.com/libscie/docs.researchequals.com/issues/new/choose
repo-actions: [edit, issue]
page-navigation: true
# downloads: [pdf, epub]
page-footer:
left:
- text: "CC0 Public Domain Dedication"
href: "https://creativecommons.org/publicdomain/zero/1.0/legalcode"
chapters:
- index.qmd
- part: chapters/getting-started.qmd
chapters:
- chapters/modules.qmd
- chapters/exercise-modules.qmd
- chapters/first-module.qmd
- chapters/invisible-labor.qmd
# connections between steps
- chapters/collaboration.qmd
- chapters/collections.qmd
- references.qmd
bibliography: references.bib
format:
html:
toc: true
theme: cosmo
code-copy: true
code-overflow: wrap
execute:
freeze: auto