-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path_quarto.yml
62 lines (56 loc) · 1.67 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
project:
type: book
output-dir: docs
book:
title: "Introduction to NFL Analytics with R"
reader-mode: true
author:
name: Bradley J. Congelio
orcid: 0009-0000-0652-4145
site-url: https://bradcongelio.com/nfl-analytics-with-r-book
repo-url: https://github.com/bcongelio/nfl-analytics-with-r-book
repo-branch: origin
sharing: [twitter, facebook, linkedin]
publisher: "CRC Press"
publisher-place: "Boca Raton, FL."
repo-actions: [edit, issue]
cover-image: cover-for-web.png
favicon: favicon.ico
twitter-card:
creator: "@bradcongelio"
image: "/images/feature.png"
open-graph:
locale: es_ES
site-name: Introduction to NFL Analytics with R
image: "images/feature.png"
chapters:
- index.qmd
- 01-nfl-analytics-and-r.qmd
- 02-nfl-analytics-tidyverse.qmd
- 03-nfl-analytics-functions.qmd
- 04-nfl-analytics-visualization.qmd
- 05-nfl-analytics-advanced-methods.qmd
- 06-nfl-references.qmd
appendices:
- a1-nfl-analytics-dictionary.qmd
- a2-nfl-further-reading.qmd
- a3-nfl-errata.qmd
search: true
bibliography: citations.bib
csl: apa-6th-edition.csl
format:
html:
theme:
- cosmo
- nfl-analytics.scss
include-in-header:
text: |
<script defer data-domain="bradcongelio.com/nfl-analytics-with-r-book" src="https://plausible.io/js/script.js"></script>
<link rel = "shortcut icon" href = "favicon.ico" />
<meta name='impact-site-verification' value='b2e66cb5-912e-43cc-86c5-cc6133e8d3a2'>
smooth-scroll: true
code-link: true
code-overflow: wrap
fig-align: center
fig-cap-location: bottom
author-meta: "Bradley Congelio"