-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.Rmd
40 lines (32 loc) · 1.92 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: "Building Websites in RStudio"
image: "img/website-logo.png"
links:
- label: Slides
url: "rladies-build-websites.pdf"
- label: GitHub
url: "https://github.com/matackett/rladies-build-websites"
- label: Twitter
url: "https://twitter.com/MT_Statistics"
- label: Email
url: "mailto:maria.tackett@duke.edu"
output:
postcards::trestles
site: distill::distill_website
---
## Welcome! `r emo::ji("slightly_smiling_face")`
Welcome! This website is a demo for the *Building Websites in RStudio* talk presented at [RLadies Amherst](https://github.com/RLadies-Amherst/RLadies-Amherst) and [RLadies Baltimore](https://rladies-baltimore.github.io/) in Spring 2021. The site includes slides and additional resources to learn more about using [Distill](https://rstudio.github.io/distill/) and [Blogdown](https://bookdown.org/yihui/blogdown/) making websites in RStudio.
## Resources `r emo::ji("books")`
### Distill
- [Distill for R Markdown](https://rstudio.github.io/distill/) by JJ Allaire, Rich Iannone, Alison Presmanes Hill, Yihui Xie ORCID ID
- [(Re-)introducing Distill for R Markdown](https://blog.rstudio.com/2020/12/07/distill/) blog post by Alison Hill and JJ Allaire
- [M-F-E-O: postcards + distill](https://alison.rbind.io/post/2020-12-22-postcards-distill/) blog post by Alison Hill
- [postcards package](https://github.com/seankross/postcards#postcards) by Sean Kross
### Blogdown
- [blogdown: Creating Websites with R Markdown](https://bookdown.org/yihui/blogdown/) by Yihui Xie, Amber Thomas, Alison Hill
- Blog posts by Alison Hill
- [Up & running with blogdown in 2021](https://alison.rbind.io/post/new-year-new-blogdown/)
- [Unbreak your blogdown site](https://alison.rbind.io/post/2020-12-27-blogdown-checks/)
- [Posts on Hugo](https://alison.rbind.io/categories/hugo/)
## RStudio + GitHub
- [Happy git and GitHub for the R useR](https://happygitwithr.com/) by Jenny Bryan, the STAT 545 TAs, Jim Hester