-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
47 lines (43 loc) · 1.21 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
project:
type: website
output-dir: .
website:
title: "{SET}grp"
navbar:
left:
- href: index.qmd
text: Home
- text: "People"
menu:
- text: "Kyle P Messier"
href: people.html#KPM
- text: "Mariana Alifa"
href: people.html#MAK
- text: "Eva Marques"
href: people.html#ESM
- text: "Mitchell Manware"
href: people.html#MM
- text: "Former Members"
href: people.html#FormerMembers
- text: "Software"
menu:
- text: "Software Overview"
href: software.html
- text: "amadeus"
href: https://niehs.github.io/amadeus/
- text: "beethoven"
href: https://niehs.github.io/beethoven/
- text: "chopin"
href: https://niehs.github.io/chopin/
- text: "GeoTox"
href: https://niehs.github.io/GeoTox/
- text: "RGCA"
href: https://niehs.github.io/RGCA/
- text: "prestoGP"
href: https://niehs.github.io/PrestoGP/
logo: images/setlogo.jpg
format:
html:
theme: minty
toc: true
editor: visual