generated from coatless-tutorials/quarto-book-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
35 lines (32 loc) · 895 Bytes
/
_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
project:
type: book
output-dir: _book
book:
title: "Interactive Statistics: Exploring Data with Shiny Applications"
author: "JJB"
description: |
Get ready to see Statistics like never before with live Shiny apps!
#cover-image: images/cover.png
site-url: https://textbooks.thecoatlessprofessor.com/statistical-concepts-with-shiny-apps/
repo-url: https://github.com/coatless-textbooks/statistical-concepts-with-shiny-apps/
repo-branch: main
repo-actions: [edit]
sharing: [twitter, facebook, linkedin]
chapters:
- index.qmd
- part: part-1-into-the-data-verse.qmd
chapters:
- hello-data-world-example.qmd
#appendices:
# - appendix-notes.qmd
format:
html:
grid:
body-width: 1300px
resources:
- shinylive-sw.js
theme: cosmo
code-link: true
# Enable the shinylive filter by default
filters:
- shinylive