-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
44 lines (41 loc) · 881 Bytes
/
_quarto.yml
File metadata and controls
44 lines (41 loc) · 881 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
project:
type: book
output-dir: docs
book:
title: "jjm Tutorial"
reader-mode: true
chapters:
- index.qmd
- 00_PreWorkshop.qmd
- 01_Intro.qmd
- 02_DataProcessing.qmd
- 03_InputFiles.qmd
- 04_RunningModel.qmd
- 05_ModifyingInputs.qmd
- 06_ModelOutputs.qmd
- 07_Retrospectives.qmd
- 08_SensitivityAnalyses.qmd
- about.qmd
number-sections: false
format:
html:
theme: cosmo
css: styles.css
toc: true
toc_float: true
website:
title: "jjm Tutorial "
navbar:
left:
- href: index.qmd
text: Home
- 00_PreWorkshop.qmd
- 01_Intro.qmd
- 02_DataProcessing.qmd
- 03_InputFiles.qmd
- 04_RunningModel.qmd
- 05_ModifyingInputs.qmd
- 06_ModelOutputs.qmd
- 07_Retrospectives.qmd
- 08_SensitivityAnalyses.qmd
- about.qmd