-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
61 lines (58 loc) · 1.68 KB
/
Copy path_quarto.yml
File metadata and controls
61 lines (58 loc) · 1.68 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
project:
type: book
book:
title: "Intro to Terminal & Git for R"
author: "Anastasia Goodwin, edited by Christian McDonald"
date: "May 2025"
chapters:
- index.qmd
- how-to-use.qmd
- text: "---"
- part: "Intro to Terminal"
- text: "---"
- part: "Introduction"
chapters:
- terminal/welcome.qmd
- terminal/introduction.qmd
- part: "Terminal basics"
chapters:
- terminal/moving-around.qmd
- terminal/making-files-folders.qmd
- part: "Tips & tricks"
chapters:
- terminal/tips-tricks.qmd
- part: "Appendices"
chapters:
- terminal/appendices/a-troubleshooting.qmd
- terminal/appendices/a-quick-reference.qmd
- terminal/appendices/a-change-terminal-color.qmd
- text: "---"
- part: "Intro to Git"
- text: "---"
- part: "Installation"
chapters:
- intro-to-git/welcome.qmd
- intro-to-git/introduction-to-git.qmd
- intro-to-git/install-and-setup.qmd
- part: "Git basics"
chapters:
- intro-to-git/make-git-project.qmd
- intro-to-git/add-files.qmd
- intro-to-git/pushing-to-github.qmd
- intro-to-git/updating-your-repo.qmd
- part: "Advanced: collaborating with others"
chapters:
- intro-to-git/collaboration-setup-and-basic-workflow.qmd
- intro-to-git/dealing-with-conflicts.qmd
- intro-to-git/working-with-branches.qmd
- intro-to-git/pull-requests.qmd
- part: "Appendices"
chapters:
- intro-to-git/appendices/a-troubleshooting.qmd
- intro-to-git/appendices/a-quick-reference.qmd
format:
html:
theme: cosmo
toc: true
code-overflow: wrap
css: styles.css