-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
40 lines (34 loc) · 982 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
project:
type: book
output-dir: docs
execute:
eval: false
book:
title: "Data Publishing with `washr`"
search: true
cover-image: owd-cover.png
favicon: owd-cover.png
page-footer:
left: |
Data Publishing with `washr` was written by the <a href="https://openwashdata.org/about#team"> Open Science Team </a> at <a href="https://ghe.ethz.ch/"> GHE </a>
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>
site-url: https://global-health-engineering.github.io/ghedatapublishing/
repo-url: https://github.com/Global-Health-Engineering/ghedatapublishing
repo-branch: main
repo-actions: [edit, issue]
downloads: [pdf, epub]
sharing: [twitter, facebook]
chapters:
- index.qmd
- creating_repo.qmd
- data_preparation.qmd
- data_documentation.qmd
- data_publication.qmd
- creating_doi.qmd
- troubleshooting.qmd
format:
html:
theme: pulse
pdf:
documentclass: scrreprt