-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
80 lines (67 loc) · 1.96 KB
/
_quarto.yml
File metadata and controls
80 lines (67 loc) · 1.96 KB
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
book:
title: Containers for Scientists
author: Candace Savonen
date: "10/11/2024"
favicon: assets/ITN_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://forms.gle/hc8Xt3Y2Znjb6M4Y7
google-analytics: "G-L8RNG6K22F"
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: "assets/ITN_logo.png"
logo-href: "https://www.itcrtraining.org/"
foreground: "#1B365D"
page-footer:
left: |
This book was built with <a href="https://quarto.org/" style="color: #0000FF;">Quarto</a> using
<a href="https://github.com/fhdsl/OTTR_Quarto" style="color: #0000FF;">OTTR</a>.
center: |
All illustrations <a href="https://creativecommons.org/licenses/by/4.0/" style="color: #0000FF;">CC-BY. </a>
<br>
All other materials <a href= "https://creativecommons.org/licenses/by/4.0/" style="color: #0000FF;"> 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: assets/style_ITN.css
linkcolor: "#e0471c"
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: assets/ITN_favicon.ico
license: "CC BY"
knitr:
opts_chunk:
fig.path: "resources/images/figure/"