-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
113 lines (105 loc) · 3 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
project:
type: website
website:
title: "Unlocking the power of data visualization with R"
image: images/UPDVwR.png
favicon: images/UPDVwR-favicon.png
twitter-card:
site: "@fgazzelloni"
open-graph: true
site-url: https://fgazzelloni.quarto.pub/unlocking-the-power-of-data-visualization-with-r/
repo-url: https://github.com/Fgazzelloni/UPDVwR
repo-actions: [edit, issue]
cookie-consent:
type: express
style: headline
palette: dark
google-analytics:
tracking-id: "G-55K190Q6RX"
anonymize-ip: true
navbar:
background: "#f0eeeb"
logo: images/UPDVwR.png
logo-alt: "Unlocking the power of data visualization with R"
title: false
collapse-below: lg
right:
- tidytuesday/index.qmd
- chartchallenges/index.qmd
- mapchallenges/index.qmd
- duboischallenge/index.qmd
- text: "About"
menu:
- text: "Who I am"
href: about.qmd
- text: "How to contribute"
href: contributor-docs/call-for-contributions.qmd
- text: "Contacts"
href: contact.qmd
sidebar:
- title: "About the Author"
contents:
- about.qmd
- sponsors.qmd
- contact.qmd
- title: "Call for contributions"
contents:
- contributor-docs/call-for-contributions.qmd
- title: "tidytuesday"
contents:
- tidytuesday/index.qmd
- tidytuesday/cases2021/index.qmd
- tidytuesday/cases2022/index.qmd
- tidytuesday/cases2023/index.qmd
- title: "chartchallenges"
contents:
- chartchallenges/index.qmd
- chartchallenges/cases2021/index.qmd
- chartchallenges/cases2022/index.qmd
- chartchallenges/cases2023/index.qmd
- title: "mapchallenges"
contents:
- mapchallenges/index.qmd
- mapchallenges/cases2021/index.qmd
- mapchallenges/cases2022/index.qmd
- mapchallenges/cases2023/index.qmd
- title: "duboischallenge"
contents:
- duboischallenge/index.qmd
- duboischallenge/plates
- duboischallenge/talk.qmd
page-navigation: true
# back-to-top-navigation: false
page-footer:
background: "#939bc9"
left: |
Copyright © 2023 [Federica Gazzelloni](https://federicagazzelloni.netlify.app/)
center:
- href: https://github.com/fgazzelloni
icon: github
aria-label: GitHub
- href: https://twitter.com/fgazzelloni
icon: twitter
aria-label: Twitter
- href: https://fosstodon.org/@fgazzelloni
icon: mastodon
aria-label: Mastodon
- href: https://www.linkedin.com/in/federicagazzelloni
icon: linkedin
aria-label: LinkedIn
- href: feeds.html
icon: rss
aria-label: UPDVwR rss
right: |
[Terms & Conditions](/ts-and-cs.qmd)
format:
html:
theme: [lux, rwds.scss]
css: rwds.css
toc: true
grid:
sidebar-width: 0px
body-width: 1000px
margin-width: 250px
execute:
freeze: auto