-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
68 lines (64 loc) · 1.63 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
63
64
65
66
67
project:
type: book
output-dir: _site
resources:
- "/.nojekyll"
book:
title: "Actionable Data with Shiny Dashboards"
subtitle: "NWQMC Workshop, 10:30-12:00, Mar. 12th, 2025"
author: "Marcus Beck, Erik Leppo, Kateri Salk"
repo-url: https://github.com/tbep-tech/nwqmc-shiny
reader-mode: true
repo-actions: [edit]
search: true
date: today
date-format: "YYYY-MM-DD"
page-navigation: true
page-footer:
left: |
Website created by instructors, with attribution to external content
right: |
This book was built with <a href="https://quarto.org/" target="_blank">Quarto</a>
chapters:
- index.qmd
- part: "Modules"
chapters:
- intro.qmd
- fundamentals.qmd
- deploy.qmd
- part: resources.qmd
chapters:
- resources/useful.qmd
- resources/tbepwq.qmd
- resources/tbepsg.qmd
- resources/tbepbt.qmd
- resources/tbeptc.qmd
- resources/tbepnk.qmd
- resources/tbeplu.qmd
- resources/tbeppp.qmd
- resources/tbepsc.qmd
- resources/fl_wq_dash.qmd
- resources/nms_climate_dash.qmd
- resources/obisindicators.qmd
- resources/rocky_shore_dash.qmd
- resources/seascapes.qmd
- resources/exp_lakes.qmd
- resources/utahlakes.qmd
- resources/peterpaul.qmd
appendices:
- setup.qmd
- rintro.qmd
- references.qmd
bibliography: references.bib
format:
html:
theme:
- cosmo
css: libs/style.css
code-tools:
source: repo
code-link: true
toc-depth: 4
# pdf:
# documentclass: scrreprt
# prefer-html: true