-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_quarto.yml
More file actions
62 lines (60 loc) · 1.59 KB
/
Copy path_quarto.yml
File metadata and controls
62 lines (60 loc) · 1.59 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
project:
type: website
output-dir: docs
render:
- "*.md"
- "*.qmd"
website:
title: "R-multiverse"
description: "A community-curated dual R package repository, powered by R-universe"
site-url: "https://r-multiverse.org"
favicon: "logo/logo-hexbin.png"
image: "logo/logo-hexbin.png"
open-graph: true
navbar:
logo: "logo/logo-hexbin.png"
logo-alt: "R-multiverse"
left:
- text: About
menu:
- text: Overview
url: overview.qmd
- text: Team
url: team.md
- text: Repositories
menu:
- text: Community
url: community.md
- text: Production
url: production.qmd
- text: Packages
menu:
- text: Status
url: https://r-multiverse.org/status
- text: Topics
url: https://r-multiverse.org/topics
- text: Guidance
menu:
- text: Contributors
url: contributors.md
- text: Moderators
url: moderators.md
- policies.md
tools:
- icon: github
aria-label: "GitHub"
menu:
- text: Contribute
url: https://github.com/r-multiverse/contributions
- text: Report Issue
url: https://github.com/r-multiverse/help
- icon: rocket-takeoff
aria-label: "R-multiverse Community Universe"
href: https://community.r-multiverse.org
page-footer:
left: "© 2025 the R-multiverse project."
right: "<a href='https://r-consortium.org' style='text-decoration:none'>Supported by the R Consortium</a>."
format:
html:
theme: cosmo
toc: true