-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
63 lines (57 loc) · 1.35 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
## Global options that can be re-defined in each qmd file
format:
html:
toc: true
theme: [simplex, includes/aml4td.scss]
mainfont: 'Libre Franklin'
fig-width: 6
fig-height: 4.25
fig-align: center
tbl-cap-location: bottom
fig-cap-location: bottom
keep-md: false
execute:
freeze: auto
keep-md: false
# turn these on during development
# message: false
# warning: false
echo: false
resources:
- CNAME
## Define book style and declare qmd files to process
book:
title: "Exercises"
author:
- name: Max Kuhn
orcid: 0000-0003-2402-136X
email: [email protected]
- name: Kjell Johnson
orchid: 0000-0003-4260-9634
email: [email protected]
date: last-modified
date-format: YYYY-MM-DD
site-url: https://aml4td.org
repo-url: https://github.com/aml4td/exercises/
sharing: [twitter, facebook, linkedin]
sidebar:
style: "docked"
title: " "
reader-mode: true
bread-crumbs: false
chapters:
- index.qmd
- chapters/news.qmd
- chapters/contributing.qmd
- chapters/introduction.qmd
- chapters/whole-game.qmd
- part: "Preparation"
- part: "Optmization"
- part: "Classification"
- part: "Regression"
- part: "Characterization"
- part: "Finalization"
bibliography: includes/references.bib
csl: includes/chicago-author-date-inline.csl