-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path_quarto.yml
More file actions
71 lines (61 loc) · 1.55 KB
/
_quarto.yml
File metadata and controls
71 lines (61 loc) · 1.55 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
65
66
67
68
69
70
71
project:
type: website
resources:
- "images/twitter-card.png"
website:
favicon: images/logo.png
title: "resouRces"
site-url: https://www.resourcesdatabase.com/
description: "Database of Resources to Learn & Teach R"
google-analytics: "G-09569V4SRF"
repo-url: https://github.com/Joscelinrocha/resouRces/
repo-actions: [edit, issue]
open-graph: true
twitter-card:
creator: "@JoscelinRocha"
image: "images/twitter-card.png"
navbar:
#background: "#D9E3E4"
logo: "images/logo.png"
pinned: false
align: center
title: false
collapse-below: lg
tools:
- icon: github
href: https://github.com/Joscelinrocha/resouRces
aria-label: GitHub Repo
- icon: rss-fill
href: index.xml
aria-label: RSS
left:
- text: "About"
menu:
- text: Overview
href: database-overview.qmd
- text: Procurement Team
href: team.qmd
- text: FAQs
href: database-faq.qmd
- text: "Extra"
menu:
- href: more_r_databases.qmd
text: "More R Resources Databases"
page-navigation: true
back-to-top-navigation: true
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)."
left: "© Copyright 2025, Joscelin Rocha-Hidalgo"
#background: "#D9E3E4"
format:
html:
theme:
light: [litera, styles.scss]
dark: [litera, styles-dark.scss]
mainfont: "Roboto Flex"
fontsize: .85em
code-copy: true
code-overflow: wrap
toc: true
freeze: auto
editor: visual