-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
50 lines (42 loc) · 858 Bytes
/
_quarto.yml
File metadata and controls
50 lines (42 loc) · 858 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
project:
type: book
output-dir: docs
book:
title: "FinancialAccountingPy"
author: "Zane Dax (She/They)"
date: "12/19/2022"
chapters:
- index.qmd # preface
- intro.qmd
- pythonbasics.qmd
- chapter1.qmd
- chapter2.qmd
- chapter3.qmd
- chapter4.qmd
- chapter5.qmd
- chapter6.qmd
- chapter7.qmd
- chapter8.qmd
- chapter9.qmd
- chapter10.qmd
- chapter11.qmd
- chapter12.qmd
# - glossary.qmd
- summary.qmd
- references.qmd
bibliography: references.bib
format:
html:
toc: true
theme:
light: pulse #united # lumen
dark: [slate, custom.scss]
# - slate
#- custom.scss
#- #cyborg
code-fold: true
code-summary: "Show the code"
# pdf:
# documentclass: scrreprt
epub:
cover-image: bookcover.png