-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
95 lines (85 loc) · 2.51 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
project:
type: website
website:
page-navigation: true
title: "Equity Data Handbook"
site-url: "https://cawaterboarddatacenter.github.io/equity-data-handbook/"
repo-url: https://github.com/CAWaterBoardDataCenter/equity-data-handbook
repo-actions: [edit, source, issue]
favicon: images/WaterBoards_logo.png
page-footer:
right: "This Handbook is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© CC-By CA Water Board's Office of Information Management and Analysis (OIMA), 2024"
sidebar:
logo: "images/WaterBoards_logo.png"
favicon: images/WaterBoards_logo.png
pinned: true
align: center
tools:
- icon: globe
href: https://www.waterboards.ca.gov/resources/oima/
text: "OIMA"
- icon: github
href: https://github.com/CAWaterBoardDataCenter/equity-data-handbook
text: "Handbook Repo"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Welcome!
- href: background.qmd
text: Background
- section: get-started/index.qmd
text: Getting Started
contents:
- get-started/common-language.qmd
- href: publish-data.qmd
text: Publish Your Data
- section: plan-prep/index.qmd
text: Plan & Prepare
contents:
- plan-prep/plan.qmd
- plan-prep/prep.qmd
- section: collect-process/index.qmd
text: Collect & Process
contents:
- collect-process/collection.qmd
- collect-process/process.qmd
- section: assure-analyze/index.qmd
text: Assure & Analyze
contents:
- assure-analyze/qaqc.qmd
- assure-analyze/analysis.qmd
- assure-analyze/vis.qmd
- href: store.qmd
text: Preserve & Store
- href: share.qmd
text: Publish & Share
- href: eval.qmd
text: Discover & Integrate
- href: documentation.qmd
text: Describe
- section: use-cases/index.qmd
text: Use Cases
contents:
- use-cases/swamp.qmd
- use-cases/demographics.qmd
- href: resources.qmd
text: Resources
- href: inspo.qmd
text: Inspiration
format:
html:
theme:
light: [cosmo, theme.scss] # from https://github.com/sta210-s22/website/blob/main/_quarto.yml
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
toc: true
fontsize: 1em
filters:
- include-files.lua
- quarto
execute:
freeze: auto