-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
133 lines (126 loc) · 3.89 KB
/
_quarto.yml
File metadata and controls
133 lines (126 loc) · 3.89 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
project:
type: website
website:
title: "openwashdata"
site-url: https://openwashdata.org/
description: "Website of the openwashdata community"
page-navigation: true
search: false
page-footer:
left: |
This project was supported by the
[Open Research Data Program of the ETH Board](https://ethrat.ch/en/eth-domain/open-research-data/)
right:
- text: About
href: about.qmd
- icon: "envelope-at"
href: "mailto:[email protected]?subject=openwashdata support"
aria-label: Email
- icon: github
href: https://github.com/openwashdata
aria-label: GitHub
- icon: chat-left-dots
href: https://matrix.to/#/#openwashdata-lobby:staffchat.ethz.ch
aria-label: Matrix
navbar:
background: "#5b195b"
title: false
logo: "images/OWD-logo-04.png"
logo-alt: "openwashdata logo."
collapse-below: lg
left:
- text: " "
href: index.qmd
- text: "About"
href: about.qmd
- text: "Get Started"
href: pages/get-started/index.qmd
- text: "Data"
href: pages/gallery/data/index.qmd
- text: "Academy"
menu:
- text: "Courses"
href: pages/academy/index.qmd
- text: "Graduates 2024"
href: pages/academy/graduates-2024/index.qmd
- text: "Graduates 2026"
href: pages/academy/graduates-2026/index.qmd
- text: "Gallery"
href: pages/gallery/
- text: "Events"
href: pages/events/index.qmd
- text: "Blog"
href: pages/blog/index.qmd
- text: "Partners"
href: pages/partners/index.qmd
- text: "Support"
menu:
- text: "Email us"
icon: "envelope-at"
href: "mailto:[email protected]?subject=openwashdata support"
- text: "Report a Bug"
icon: "bug"
href: "https://github.com/openwashdata/book/issues"
- text: "Donate data"
icon: "clipboard-data"
href: "https://github.com/openwashdata/data/issues"
right:
- text: Code of Conduct
href: code_of_conduct.qmd
- icon: envelope-at-fill
href: "mailto:[email protected]?subject=openwashdata support"
aria-label: Email
- icon: github
href: https://github.com/openwashdata
aria-label: GitHub
sidebar:
- id: get-started
title: "Get Started"
style: "floating"
collapse-level: 2
align: left
contents:
- pages/get-started/index.qmd
- text: "Chat"
href: pages/get-started/chat/index.qmd
- id: gallery
title: "Gallery"
style: "floating"
collapse-level: 2
align: left
contents:
- text: "Data"
href: pages/gallery/data/index.qmd
- text: "VMOST"
href: pages/gallery/vmost/index.qmd
- text: "Stats"
href: pages/gallery/stats/index.qmd
- text: "Slides"
href: pages/gallery/slides/
- text: "Phase 1 Proposal"
href: pages/gallery/proposal/index.qmd
- text: "Phase 2 Proposal"
href: pages/gallery/proposal-02/index.qmd
format:
html:
theme:
light: [litera, style/theme.scss]
highlight-style: a11y-dark
css: styles.css
code-copy: true
code-overflow: wrap
link-external-icon: true
link-external-newwindow: true
toc: true
mainfont: "Atkinson Hyperlegible"
grid:
sidebar-width: 250px
body-width: 900px
margin-width: 300px
include-in-header:
- text: |
<script defer data-domain="openwashdata.org" src="https://plausible.io/js/script.js"></script>
<link href="images/OWD-logo-18.png" rel="icon" media="(prefers-color-scheme: light)"/>
<link href="images/OWD-logo-13.png" rel="icon" media="(prefers-color-scheme: dark)"/>
execute:
freeze: auto