-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
50 lines (47 loc) · 1.07 KB
/
_quarto.yml
File metadata and controls
50 lines (47 loc) · 1.07 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
project:
type: book
book:
title: "Git Started With Open Source"
author: "Fabio Rosado"
date: "16/07/2022"
chapters:
- index.qmd
- preface.qmd
- intro.qmd
- part: section-git.qmd
chapters:
- git-basics.qmd
- part: section-opensource.qmd
chapters:
- opensource-basics.qmd
- references.qmd
appendices:
- cheatsheet-git.qmd
- cheatsheet-pr.qmd
page-navigation: true
page-footer:
border: true
left: "Copyright 2022, Fabio Rosado"
right:
- icon: github
href: https://github.com/LandingInTech/gitstartedwithopensource
- icon: twitter
href: https://twitter.com/FabioRosado_
- icon: instagram
href: https://instagram.com/theflyingdev
reader-mode: true
repo-url: https://github.com/LandingInTech/gitstartedwithopensource
repo-actions: [edit, issue]
navbar:
background: primary
search: true
bibliography: references.bib
format:
html:
theme:
light: cosmo
dark: superhero
pdf:
documentclass: scrreprt
epub:
cover-image: cover.png