-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
executable file
·44 lines (35 loc) · 851 Bytes
/
_quarto.yml
File metadata and controls
executable file
·44 lines (35 loc) · 851 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
project:
type: book
output-dir: docs
execute:
freeze: auto
book:
title: "AI for Pancreas Cancer"
favicon: assets/img/cs50duck.jpeg
output-file: "users-guide"
reader-mode: true
public-url: https://zadchin.github.io/CS50Section/
repo-url: https://github.com/zadchin/CS50Section
repo-actions: [issue]
chapters:
- index.qmd
- 01_Section_1.qmd
- 02_Section_2.qmd
- 03_Section_3.qmd
- 04_Section_4.qmd
- 05_Section_5.qmd
include-after-body:
text: <script type="text/javascript" src="page-nav-foot.js"></script>
bibliography: references.bib
format:
html:
code-block-border-left: true
theme:
light: cosmo
dark: [cosmo, theme-dark.scss]
css: style.css
include-before-body:
- _dollars.tex
- _bold_html.tex
- _macros.tex
- _dollars.tex