-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
44 lines (36 loc) · 1.03 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
project:
type: website
website:
title: "CRANhaven"
navbar:
left:
- href: index.qmd
text: Home
- text: Articles
menu:
- text: "Dashboard: Recently Archived CRAN Packages"
href: dashboard-live.qmd
- text: "Dashboard: Packages At-Risk of Being Archived"
href: dashboard-at-risk.qmd
- text: "Study: Many Archived Packages Return to CRAN"
href: cran-archiving-stats.html
- about.qmd
right:
- icon: github
href: https://github.com/cranhaven/cranhaven.org/
aria-label: GitHub
search:
location: navbar
type: overlay
margin-header: |
<a href="https://cranhaven.r-universe.dev/builds"><img src="https://cranhaven.r-universe.dev/badges/:total" alt="CRANhaven number of packages"/></a>
repo-url: https://github.com/cranhaven/cranhaven.org/
repo-actions: [source, edit, issue]
bibliography: references.bib
format:
html:
theme: cosmo
css: styles.css
toc: true
execute:
freeze: auto