-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
55 lines (48 loc) · 1.11 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
project:
type: website
output-dir: docs
resources:
- "lib/"
render:
- "*.qmd"
- "!call.qmd"
- "!collaborators.qmd"
- "!index_backup.qmd"
- "!md2_milestones.qmd"
- "!team.qmd"
website:
title: "ManyDogs Project"
favicon: images/favicon.ico
navbar:
left:
- href: getinvolved.qmd
text: Get Involved
- text: Projects
menu:
- href: manydogs1.qmd
text: ManyDogs1
- href: manydogs2.qmd
text: ManyDogs2
- href: publications.qmd
text: Publications
- href: leadership.qmd
text: "Leadership Team"
- href: contact.qmd
text: Contact
page-footer:
background: light
left: "© 2025 ManyDogs. Powered by Quarto."
right:
- icon: github
href: https://github.com/manydogsproject
- icon: twitter
href: https://twitter.com/manydogsproject
- icon: mastodon
href: https://fediscience.org/@ManyDogs
- icon: envelope
href: mailto:[email protected]
format:
html:
theme: cosmo
css: styles.css
toc: false