-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.Rmd
45 lines (43 loc) · 1.57 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
41
42
43
44
45
---
title: "Shannon Pileggi, PhD"
site: distill::distill_website
image: "Shannon_circle.png"
links:
- label: '<i class="fab fa-github"></i> GitHub'
url: "https://github.com/shannonpileggi"
- label: '<i class="fab fa-linkedin"></i> LinkedIn'
url: "https://www.linkedin.com/in/shannon-m-pileggi/"
- label: '<i class="fab fa-mastodon"></i> Mastodon'
url: "https://fosstodon.org/\\@PipingHotData"
- label: '<i class="fab fa-bluesky"></i> Bluesky'
url: "https://bsky.app/profile/pipinghotdata.com"
- label: '<i class="fas fa-envelope"></i> Email'
url: "mailto:[email protected]"
base_url: https://www.pipinghotdata.com
preview: Shannon-circle.png
twitter:
creator: "@PipingHotData"
site: "@PipingHotData"
output:
postcards::jolla
---
```{r setup, message=FALSE, warning=FALSE, include=FALSE}
library(metathis)
meta() %>%
meta_description(
"The personal website of Shannon Pileggi"
) %>%
#meta_name("github-repo" = "jhelvy/jhelvy.com") %>%
meta_viewport() %>%
meta_social(
title = "https://www.pipinghotdata.com/",
url = "https://www.pipinghotdata.com/",
image = "https://github.com/shannonpileggi/pipinghotdata_distill/blob/master/shannon-circle.png?raw=true",
image_alt = "A photo of Shannon Pileggi",
og_type = "website",
og_author = c("Shannon Pileggi"),
twitter_card_type = "summary",
twitter_creator = "@PipingHotData"
)
```
Hi! <span class="wave">👋</span> I am a former statistics college professor now working in industry. I love wrangling, analyzing, and visualizing data, and helping others do the same.