-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
69 lines (62 loc) · 1.42 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
project:
type: book
output-dir: docs
book:
title: "Health Data Science in Aotearoa New Zealand: A Practical Guide"
sharing: [twitter, linkedin]
repo-url: https://github.com/tewhatuora/data-science-guide
repo-actions: edit
cover-image: /img/cover.jpg
date-format: "MMMM YYYY"
navbar:
search: true
# logo: /img/logo-pdh.png
background: "#005556"
pinned: true
sidebar:
# search: true
logo: /img/noun-mandatory-1951351.png
style: floating
border: true
tools:
- icon: github
href: https://github.com/tewhatuora/data-science-guide
text: GitHub repository
chapters:
- index.qmd
# - intro.qmd
- starting.qmd
- basics.qmd
- collaboration.qmd
- data-landscape.qmd
- data-access.qmd
- data-identifiability.qmd
- data-preparation.qmd
- modelling.qmd
- evaluation.qmd
- deployment-lifecycle.qmd
# comments:
# hypothesis: true
# banner style for the title
# title-block-banner: "#008084"
# table of contents settings
toc-location: right
toc-title: "On this page"
# captions and references
reference-location: section
cap-location: margin
bibliography: references.bib
csl: csl/archiv-fur-geschichte-der-philosophie.csl
citations-hover: true
citation-location: margin
footnotes-hover: true
# nocite: |
# @*
# external links
link-external-icon: true
link-external-newwindow: true
format:
html:
theme: cosmo
execute:
freeze: auto