-
Notifications
You must be signed in to change notification settings - Fork 5
/
_quarto.yml
120 lines (117 loc) · 3.38 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
project:
# project options (https://quarto.org/docs/reference/projects/options.html):
type: book
output-dir: _book
execute-dir: project
# pre-render: make download-images
# preview (https://quarto.org/docs/reference/projects/options.html#preview):
preview:
port: 3333
host: 127.0.0.1
browser: true
watch-inputs: true
navigate: true
book:
title: "The Version Control Book"
subtitle: "Track, organize and share your work: An introduction to Git for research"
date: today
doi: 10.25592/uhhfdm.14148
search: true
repo-url: https://github.com/lnnrtwttkhn/version-control-book/
repo-branch: main
repo-actions: [edit, issue, source]
# downloads: [pdf, epub]
favicon: static/logo.svg
twitter-card: false
site-url: https://lennartwittkuhn.com/version-control-book
chapters:
- index.qmd
- contents.qmd
- misc/objectives.qmd
- chapters/intro-version-control.qmd
- chapters/command-line.qmd
- chapters/installation.qmd
- chapters/setup.qmd
- chapters/first-steps-git.qmd
- chapters/git-essentials.qmd
- chapters/branches.qmd
- chapters/remotes-intro.qmd
- chapters/github-advanced.qmd
- chapters/tags-and-releases.qmd
# - chapters/project-management.qmd
- chapters/issues.qmd
- chapters/gui.qmd
- chapters/rewriting-history.qmd
- misc/exercises.qmd
- misc/cheatsheet.qmd
- misc/courses.qmd
- misc/references.qmd
- misc/acknowledgements.qmd
- misc/contributing.qmd
page-navigation: true
back-to-top-navigation: true
# side navigation (https://quarto.org/docs/websites/website-navigation.html#side-navigation):
sidebar:
id: sidebar
title: "{{< var project.title >}}"
logo: static/logo.svg
search: true
tools:
- icon: globe
href: https://lennartwittkuhn.com/version-control-book
- icon: bug
href: https://github.com/lnnrtwttkhn/version-control-book/issues
style: floating
type: light
border: false
alignment: center
collapse-level: 2
pinned: true
page-footer:
left: |
© {{< var project.duration >}} [The {{< var project.title >}} Team]({{< var project.contributors >}})
center:
- text: "Acknowledgements"
href: misc/acknowledgements.qmd
right: |
License: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
border: false
background: light
format:
html:
theme: [default, custom.scss]
monofont: Fira Mono
from: markdown+emoji
link-external-newwindow: true
toc: true
toc-depth: 3
toc-title: "Contents"
number-sections: true
anchor-sections: true
# layout (https://quarto.org/docs/reference/formats/html.html#layout):
fig-cap-location: bottom
page-layout: full
title-block-style: default
# code (https://quarto.org/docs/reference/formats/html.html#code):
code-fold: false
code-overflow: wrap
code-line-numbers: false
code-copy: true
code-link: false
code-annotations: below
code-tools: false
highlight-style: monokai
# references:
bibliography: references.bib
csl: chicago-author-date-note.csl
citations-hover: true
citation-location: document
citeproc: true
# footnotes:
footnotes-hover: true
# includes:
include-after-body: plausible.html
include-in-header: github-buttons.html
published-title: "Last updated"
metadata-files:
- _metadata.yml