-
Notifications
You must be signed in to change notification settings - Fork 161
/
Copy path_quarto.yml
81 lines (76 loc) · 2.02 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
70
71
72
73
74
75
76
77
78
79
80
81
project:
type: book
book:
title: "Big Book of R"
author: "Oscar Baruffa"
date: "`r format(Sys.time(), '%d %B, %Y')`"
image: cover.png
cover-image: cover1.png
sidebar:
search: true
style: floating
collapse-level: 1
border: true
page-footer:
border: false
background: light
left: |
Big Book of R - Oscar Baruffa
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
chapters:
- index.qmd
- 010-start_here.qmd
- 015-book_clubs.qmd
- chapters/Career and Community.qmd
- chapters/API.qmd
- chapters/Archeology.qmd
- chapters/Art.qmd
- chapters/Big Data.qmd
- chapters/Blogdown.qmd
- chapters/Bookdown.qmd
- chapters/Data Science.qmd
- chapters/Data Visualization.qmd
- chapters/Data Databases and Engineering.qmd
- chapters/Economics.qmd
- chapters/Español.qmd
- chapters/Field Specific.qmd
- chapters/Finance.qmd
- chapters/Geospatial.qmd
- chapters/Getting Cleaning and Wrangling Data.qmd
- chapters/Journalism.qmd
- chapters/Life Sciences.qmd
- chapters/Machine Learning.qmd
- chapters/Network Analysis.qmd
- chapters/Packages.qmd
- chapters/People Analytics.qmd
- chapters/Psychology.qmd
- chapters/R Package Development.qmd
- chapters/R Programming.qmd
- chapters/Reports.qmd
- chapters/Shiny.qmd
- chapters/Social Science.qmd
- chapters/Sport Analytics.qmd
- chapters/Statistics.qmd
- chapters/Teaching.qmd
- chapters/Text Analysis.qmd
- chapters/Time Series Analysis and Forecasting.qmd
- chapters/Version Control.qmd
- chapters/Workflow.qmd
- chapters/Other Compendiums.qmd
format:
html:
toc: true
toc-depth: 5
theme:
light:
- flatly
- bigbook.scss
# - custom.scss
dark:
- darkly
include-in-header:
- plausible-analytics.html
- social.html
include-after-body: footer.html
edit: https://github.com/oscarbaruffa/BigBookofR/edit/main/%s