-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
72 lines (69 loc) · 2.01 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
project:
type: website
website:
title: "Data Science Bytes"
site-url: https://www.javierorracadeatcu.com
description: "Javier Orraca-Deatcu's data science website built with R and Quarto"
open-graph: true
google-analytics:
tracking-id: "G-9L6JEKD131"
anonymize-ip: true
cookie-consent: true
twitter-card:
image: images/Javier_Profile.jpg
card-style: summary_large_image
creator: "@JavierOrraca"
navbar:
right:
- icon: rss
href: blog.xml
- icon: linkedin
href: https://www.linkedin.com/in/orraca
target: _blank
- text: "{{< iconify fa6-brands bluesky >}}"
href: https://bsky.app/profile/javierorracadeatcu.bsky.social
target: _blank
- icon: twitter-x
href: https://x.com/JavierOrraca
target: _blank
- icon: spotify
href: https://open.spotify.com/show/64UpJwByrdsrLSYObuEeHx?si=uZChaWIhSxukmDQbvPm4Uw
target: _blank
- icon: github
href: https://github.com/JavOrraca
target: _blank
- icon: stack-overflow
href: https://stackoverflow.com/users/17282384/javier-orraca-deatcu
target: _blank
- text: Blog
href: blog.qmd
- text: Resources
menu:
- text: "Javi's Resources"
href: resources.qmd
- text: R for Data Science
href: https://r4ds.hadley.nz/
target: _blank
- text: Tidyverse
href: https://www.tidyverse.org/
target: _blank
- text: Tidymodels
href: https://www.tidymodels.org/
target: _blank
- text: Tidyverse Style Guide
href: https://style.tidyverse.org/
target: _blank
- text: About
href: about.qmd
format:
html:
theme:
light: [flatly, theme-light.scss]
dark: [darkly, theme-dark.scss]
fontsize: 1.0em
code-copy: true
code-overflow: wrap
webr:
show-startup-message: false
show-header-message: false
channel-type: 'post-message'