-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_quarto.yml
More file actions
27 lines (25 loc) · 592 Bytes
/
_quarto.yml
File metadata and controls
27 lines (25 loc) · 592 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
project:
type: book
output-dir: _book
book:
title: "Title of Next Bestseller"
author: "JJB"
description: |
TBA
#cover-image: images/cover.png
site-url: https://tutorials.thecoatlessprofessor.com/quarto-book-template
repo-url: https://github.com/coatless-tutorials/quarto-book-template
repo-branch: main
repo-actions: [edit]
sharing: [twitter, facebook, linkedin]
chapters:
- index.qmd
- part: my-first-book.qmd
chapters:
- hello-world.qmd
appendices:
- appendix-notes.qmd
format:
html:
theme: cosmo
code-link: true