-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
48 lines (39 loc) · 857 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
41
42
43
44
45
project:
type: book
book:
title: "Using Github for Scientific Collaboration"
author:
- name: Xiaoxiao Li
orcid: 0000-0002-4029-2162
- name: Tanya Strydom
orcid: 0000-0001-6067-1349
date: now
favicon: assets/logo.png
sidebar:
logo: assets/logo.png
search: true
repo-url: https://github.com/BecksLab/tutorial_github
chapters:
- index.qmd
- part: "Gitting Started"
chapters:
- basics.qmd
- branches.qmd
- collaborating.qmd
- part: "Next steps"
chapters:
- maximising.qmd
- project_management.qmd
- content.qmd
bibliography: references.bib
format:
html:
theme: [minty, mystyles.scss]
toc: true
grid:
sidebar-width: 300px
body-width: 900px
margin-width: 300px
gutter-width: 1.0rem
execute:
freeze: auto