-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
40 lines (33 loc) · 1.16 KB
/
index.Rmd
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
---
title: "Welcome to Bruno Testaguzza Carlin blog"
image: "data/images/gato.jpg"
links:
- label: '<i class="fab fa-github fa-1x"></i>'
url: "https://github.com/brunocarlin"
- label: '<i class="fab fa-twitter fa-1x"></i>'
url: "https://twitter.com/brunotestaguzza"
- label: '<i class="fab fa-linkedin-in fa-1x"></i>'
url: "https://www.linkedin.com/in/bruno-carlin/"
site: distill::distill_website
output:
postcards::jolla
---
```{r, include=FALSE, results='asis'}
library(metathis)
metathis::meta() |>
metathis::meta_social(
title = "Bruno Testaguzza Carlin",
description = "Carlin's site/blog. Posts on Data Science",
url = "https://carlin-blog.netlify.app",
image = "data/images/gato.jpg",
image_alt = "Profile picture of the blog",
og_type = "website",
og_author = "Bruno Testaguzza Carlin",
twitter_card_type = "summary",
twitter_creator = "@brunotestaguzza"
)
```
Hi - I’m **Bruno Testaguzza Carlin**. I currently wort at Recovery
as a Data Science Specialist.
This is my third personal website/blog which contains discussions on topics related to Data Science.
Please browse around, and feel free to leave a comment.