-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
62 lines (58 loc) · 1.49 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: website
output-dir: docs
execute:
freeze: auto
website:
page-navigation: true
site-url: https://jmhumphreys.github.io/flusion/
repo-actions: [edit, source, issue]
open-graph: true
sidebar:
style: "floating"
logo: images/flusion.png
align: center
search: true
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/JMHumphreys/flusion
- text: Report a Bug
url: https://github.com/JMHumphreys/flusion/issues
contents:
- section: "Overview"
contents:
- index.qmd
- explain.qmd
- explore.qmd
- text: "---"
- section: "Model Construction"
contents:
- construction/preprocessing/preprocessing.qmd
- construction/organize/organize.qmd
- construction/model/model.qmd
- construction/results/results.qmd
- construction/stratify/stratify.qmd
- text: "---"
- section: "Demonstrations"
contents:
- demo1.qmd
page-footer:
border: false
left: "Published with [Quarto](https://quarto.org/) v1.2.335"
right: "© 2023 | [MIT License](/license)"
format:
html:
theme:
light: flatly
dark: darkly
revealjs:
#logo: images/logo-bg.png
css: scss/styles.css
link-external-icon: true
link-external-newwindow: true
smooth-scroll: true
highlight-style: gruvbox
df-print: kable
editor: visual