-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
44 lines (38 loc) · 888 Bytes
/
Copy path_quarto.yml
File metadata and controls
44 lines (38 loc) · 888 Bytes
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
project:
type: book
number-depth: 2
prefer-html: true
execute:
freeze: auto
book:
title: "R Beginner's Guide (Best Practices)"
page-navigation: true
reader-mode: true
page-footer:
# border: false
# background: light
left: |
R Beginner's Guide was written by Adam Sadowski.
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
site-url: https://adams.quarto.pub/rbg/
repo-url: https://github.com/asadow/rbg/
repo-branch: main
repo-actions: [edit, issue]
chapters:
- index.qmd
- 01-record-each-step.qmd
- 02-start-organized.qmd
- 03-learn-as-you-go.qmd
- 04-look-good.qmd
- 04-stay-organized.qmd
appendices:
- 05-text-data.qmd
format:
html:
theme:
- cosmo
- rbg.scss
code-link: true
author-meta: "Adam Sadowski"
callout-appearance: simple