-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy path_quarto.yml
116 lines (104 loc) · 3.38 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
project:
type: website
website:
page-navigation: true
reader-mode: true
title: "resouRces"
description: "Database of Resources to Learn & Teach R"
site-url: https://www.resourcesdatabase.com/
repo-url: https://github.com/Joscelinrocha/resouRces/
repo-actions: [edit, issue]
open-graph: true
twitter-card:
image: "images/twitter-card.png"
creator: "@JoscelinRocha"
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)."
left: "© Copyright 2023, Joscelin Rocha-Hidalgo"
background: "#D9E3E4"
sidebar:
background: "#D9E3E4"
logo: "images/logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/Joscelinrocha/resouRces
text: "GitHub organization"
style: "docked"
search: true
collapse-level: 1
contents:
- section: "About resouRces"
contents:
- href: database-overview.qmd
text: Overview
- href: team.qmd
text: Procurement Team
- href: database-faq.qmd
text: FAQs
- section: "Topics"
contents:
- href: ./resources/art.qmd
text: "Art"
- href: ./resources/dashboards_shiny.qmd
text: "Dashboards/Shiny"
- href: ./resources/data_science.qmd
text: "Data Science"
- href: ./resources/datasets.qmd
text: "Datasets"
- href: ./resources/docker.qmd
text: "Docker"
- href: ./resources/eyetracking.qmd
text: "Eye-Tracking"
- href: ./resources/r_to_python.qmd
text: "From R to Python"
- href: ./resources/git.qmd
text: "GIT"
- href: ./resources/learning_r.qmd
text: "Learning R"
- href: ./resources/machine_learning.qmd
text: "Machine Learning"
- href: ./resources/making_websites_blogs.qmd
text: "Making Websites/Blogs"
- href: ./resources/meta-analyses_systematic_reviews.qmd
text: "Meta-Analyses & Systematic Reviews"
- href: ./resources/packages_how_to.qmd
text: "Packages (How to)"
- href: ./resources/presentations_slides.qmd
text: "Presentations/Slides"
- href: ./resources/quarto.qmd
text: "Quarto"
- href: ./resources/prof_dev.qmd
text: "Resume-CVs-etc"
- href: ./resources/r_for_neuro.qmd
text: "R for Neuro"
- href: ./resources/r_markdown.qmd
text: "RMarkdown"
- href: ./resources/statistics.qmd
text: "Statistics"
- href: ./resources/teaching_r.qmd
text: "Teaching R"
- href: ./resources/visualization.qmd
text: "Visualization"
- href: ./resources/workflows.qmd
text: "Workflows"
- section: "Extra"
contents:
- href: ./resources/joscelins_faves.qmd
text: "Joscelin’s Fav Packages & Functions"
- href: ./resources/fun_extra.qmd
text: "Other Fun Stuff"
- href: more_r_databases.qmd
text: "More R Resources Databases"
format:
html:
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
mainfont: "Atkinson Hyperlegible"
code-copy: true
code-overflow: wrap
toc: true
freeze: auto
editor: visual