-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
67 lines (60 loc) · 1.5 KB
/
_quarto.yml
File metadata and controls
67 lines (60 loc) · 1.5 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
project:
type: website
output-dir: docs
resources:
- "lib/"
render:
- "*.qmd"
- "!backup_index.qmd"
- "!deprecated_call.qmd"
- "!deprecated_collaborators.qmd"
- "!deprecated_md2_milestones.qmd"
- "!deprecated_team.qmd"
website:
title: "ManyDogs Project"
favicon: images/favicon.ico
navbar:
left:
- text: About
menu:
- href: mission.qmd
text: Mission
- href: faq.qmd
text: FAQ
- href: leadership.qmd
text: "Leadership Team"
- href: codeofconduct.qmd
text: "Code of Conduct"
- href: getinvolved.qmd
text: Get Involved
- text: Studies
menu:
- href: manydogs1.qmd
text: ManyDogs1
- href: manydogs2.qmd
text: ManyDogs2
- href: publications.qmd
text: Publications
- href: donate.qmd
text: Donate
- href: contact.qmd
text: Contact
page-footer:
background: light
left: "© 2026 ManyDogs. Powered by Quarto."
right:
- icon: opencollective
href: https://opencollective.com/manydogs
- icon: github
href: https://github.com/manydogsproject
- icon: bluesky
href: https://bsky.app/profile/manydogsproject.bsky.social
- icon: mastodon
href: https://fediscience.org/@ManyDogs
- icon: envelope
href: mailto:manydogsproject@gmail.com
format:
html:
theme: cosmo
css: styles.css
toc: false