generated from jhudsl/OTTR_Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
79 lines (66 loc) · 1.94 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
project:
type: book
output-dir: docs
book:
title: Containers for Scientists
author: Candace Savonen
date: "10/11/2024"
favicon: assets/favicon.ico
bread-crumbs: false
page-navigation: true
search: true
repo-url: https://github.com/fhdsl/Containers_for_Scientists
repo-actions: [edit]
issue-url: https://docs.google.com/forms/d/e/1FAIpQLSfBvVELBg8lcynKj0TrzMlov1zil-Sbkh9VhMKRcSpeo1xo6g/viewform
chapters:
- index.qmd
- 01-intro.qmd
- 02-why-containers.qmd
- 03-using-containers.qmd
- 04-using-volumes.qmd
- 05-modifying-containers.qmd
- 06-writing-dockerfiles.qmd
- 07-sharing-images.qmd
- 08-cleaning-up.qmd
- 09-troubleshooting.qmd
- 10-IDE-from-containers.qmd
- 11-advanced-techniques.qmd
- References.qmd
- About.qmd
sidebar:
logo: "img/logo.png"
logo-href: "https://hutchdatascience.org/"
foreground: "#1B365D"
page-footer:
left: |
This book was built with <a href="https://quarto.org/" style="color: #fff;">Quarto</a> using
<a href="https://github.com/fhdsl/OTTR_Quarto" style="color: #fff;">OTTR</a>.
center: |
All illustrations <a href="https://creativecommons.org/licenses/by/4.0/" style="color: #fff;">CC-BY. </a>
<br>
All other materials <a href= "https://creativecommons.org/licenses/by/4.0/" style="color: #fff;"> CC-BY </a> unless noted otherwise.
right:
- icon: github
href: https://github.com/
- icon: slack
href: https://fhdata.slack.com/join/signup#/domain-signup
bibliography: references.bib
format:
html:
grid:
sidebar-width: 260px
css: style.css
linkcolor: "#00C1D5"
mainfont: "Karla"
sidebar: true
toc: true
code-link: true
code-copy: true
code-block-bg: true
code-block-border-left: "#31BAE9"
link-external-newwindow: true
image: img/favicon.ico
license: "CC BY"
knitr:
opts_chunk:
fig.path: "resources/images/figure/"