-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
72 lines (64 loc) · 1.47 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
project:
type: website
execute:
echo: false
warning: false
message: false
website:
title: "R for the Rest of Us Handbook"
search: false
sidebar:
style: "docked"
search: true
border: true
logo: assets/rru-logo-text-right-stacked.png
contents:
- index.qmd
- section: "Clients"
contents:
- clients.qmd
- section: "Operations"
contents:
- david-work.qmd
- tools.qmd
- communication.qmd
- finances.qmd
- contracts.qmd
- proposals.qmd
- section: "Marketing"
contents:
- marketing-overview.qmd
- branding.qmd
- website.qmd
- content.qmd
- email-marketing.qmd
- social-media.qmd
- rin3-marketing.qmd
- section: "Courses"
contents:
- courses-overview.qmd
- courses-terms.qmd
- courses-curriculum.qmd
- courses-recording.qmd
- courses-production.qmd
- courses-marketing.qmd
- courses-discounts.qmd
- rin3.qmd
- section: "Consulting"
contents:
- consulting-overview.qmd
- consulting-proposals.qmd
- consulting-project-management.qmd
- consulting-client-communication.qmd
- section: "Code"
contents:
- code-style.qmd
- github.qmd
format:
html:
toc: true
toc-depth: 4
theme: litera
css: styles.css
grid:
sidebar-width: 300px