-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
77 lines (69 loc) · 1.96 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
project:
type: website
website:
page-navigation: true
title: "SWAMP Manual"
site-url: "https://cawaterboarddatacenter.github.io/swamp-manual/"
repo-url: https://github.com/CAWaterBoardDataCenter/swamp-manual
repo-actions: [edit, source, issue]
favicon: images/swamp-iq-logos.png
page-footer:
right: "This manual is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© CC-By CA Water Board, 2023"
sidebar:
logo: "images/swamp-iq-logos.png"
favicon: images/swamp-iq-logos.png
pinned: true
align: center
tools:
- icon: globe
href: https://www.waterboards.ca.gov/water_issues/programs/swamp/
text: "SWAMP"
- icon: github
href: https://github.com/CAWaterBoardDataCenter/swamp-manual
text: "SWAMP Manual"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Welcome!
- section: about/index.qmd
text: About SWAMP
contents:
- about/lifecycle.qmd
- about/contacts.qmd
- section: culture/index.qmd
text: Culture
contents:
- culture/values.qmd
- culture/codeofconduct.qmd
- culture/expectations.qmd
- culture/development.qmd
- section: admin/index.qmd
text: Administrative Goodies
contents:
- admin/onboarding.qmd
- admin/tech.qmd
- admin/training.qmd
- admin/travel.qmd
- admin/procurement.qmd
- admin/offboarding.qmd
- href: contribute.qmd
text: Contibuting
- href: inspiration.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