-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
55 lines (49 loc) · 1.2 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
project:
type: book
book:
title: "An Introduction to Git and GitHub"
subtitle: "A Practical Guide for Busy Researchers"
author: "Callum Arnold"
date: today
chapters:
- index.qmd
- part: "Prerequisites"
chapters:
- git-overview.qmd
- install-git.qmd
- github-setup.qmd
- git-client.qmd
- part: "Working with Git Fundamentals"
chapters:
- how-git-works.qmd
- making-your-first-repo.qmd
- git-mechanics.qmd
- basic-git-workflow.qmd
- branching-strategies.qmd
- collaboration.qmd
- recommended-practices.qmd
- part: "Troubleshooting Examples"
chapters:
- deleting-branches.qmd
- misc-troubleshooting.qmd
- todo.qmd
- references.qmd
repo-url: https://github.com/arnold-c/psu-intro-to-git
repo-actions: [edit]
downloads: [pdf]
sidebar:
search: true
border: true
google-analytics: "G-EVYBCCRZHE"
bibliography: references.bib
format:
html:
theme:
light: [cosmo, format/_light.scss]
dark: [cosmo, format/_dark.scss]
code-copy: true
code-fold: false
code-overflow: wrap
pdf:
pdf-engine: xelatex
documentclass: scrreprt