-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
70 lines (62 loc) · 2 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
68
69
70
project:
type: website
website:
page-navigation: true
title: "CA SWAMP Bioaccumulation Monitoring Program and Safe to Eat Workgroup Frequently Asked Questions"
site-url: "https://cawaterboarddatacenter.github.io/stew-faq/"
repo-url: https://github.com/CAWaterBoardDataCenter/stew-faq
repo-actions: [edit, source, issue]
favicon: images/logos.png
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© CC-By CA Water Board, 2024"
sidebar:
logo: "images/logos.png"
favicon: images/logos.png
pinned: true
align: center
tools:
- icon: globe
href: https://mywaterquality.ca.gov/monitoring_council/bioaccumulation_oversight_group/index.html
text: "STEW Webpage"
- icon: github
href: https://github.com/CAWaterBoardDataCenter/stew-faq
text: "STEW FAQ"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Welcome!
- href: network.qmd
text: Who are our partners?
- href: data-use-wq.qmd
text: How are data used to protect and restore water quality?
- href: data-use-human.qmd
text: How are data used to protect human health?
- href: swamp-stew.qmd
text: Program & STEW FAQs
- href: advise.qmd
text: Consumption Risks & Advise FAQs
- href: chemicals.qmd
text: Harmful Chemicals FAQs
- href: science.qmd
text: Bioaccumulation Science & Monitoring FAQs
- href: data-cycle.qmd
text: Bioaccumulation Data Life Cycle FAQs
- href: regs.qmd
text: Laws & Regulations FAQs
- href: contribute.qmd
text: Contributing
format:
html:
theme: cosmo
code-copy: true
code-overflow: wrap
toc: true
fontsize: 1em
filters:
- include-files.lua
- quarto
execute:
freeze: auto