forked from kingsgeocomp/geocomputation
-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy path_quarto.yml
More file actions
72 lines (67 loc) · 1.46 KB
/
_quarto.yml
File metadata and controls
72 lines (67 loc) · 1.46 KB
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
63
64
65
66
67
68
69
70
71
72
# https://quarto.org/docs/books/book-output.html
project:
pre-render:
- scripts/pre.py
post-render:
- scripts/post.py
type: website
output-dir: _site
preview:
port: 4200
render:
- "*.qmd"
resources:
- "bib/"
- "img/"
- "!data/"
execute:
freeze: auto
metadata-files:
- _website.yml
qna:
ipynb: question
html: question
pdf: question
#latex-auto-mk: false
format:
html:
theme:
- minty
- css/casa-report.scss
- css/casa-web.scss
code-copy: true
code-link: true
code-overflow: wrap
#cover-image: cover.png
toc: true
toc-depth: 3
toc-expand: 2
toc-title: "On this page"
revealjs:
# multiplex: true
# embed-resources: true
logo: "/img/logo/full.svg"
template-partials:
- /inc/title-slide.html
transition: none
slide-number: false
slide-level: 2
preview-links: auto
theme:
- css/casa-slides.scss # Must be valid *relative* path
footer: "[CC BY-NC-SA 4.0 2022-2025 | Jon Reades](https://creativecommons.org/licenses/by-nc-sa/4.0/)"
title-slide-attributes:
data-background-image: "/img/web/title-slide.png"
data-background-size: stretch
data-background-opacity: "0.08"
data-background-color: "#4e3c56"
highlight-style: pygments
code-copy: true
code-line-numbers: true
history: false
from: markdown+emoji
filters:
- code-visibility
lightbox: auto
bibliography: ref/Readings.bib
csl: ref/chicago-author-date.csl