- Clone or fork whole repo.
- Make branch with your post title: e.g.
git checkout -b mySuperCoolPost
- Open rStudio and make sure your current working directory is the blog repo.
- Run
blogdown::serve_site()
to make sure everything looks good. - Add a
.Rmd
to thecontent/
directory and do your work there. (Blogdown should automatically rerender everytime you save.) - Once everything looks good submit a PR to the master branch of the main repo.
- Revel in the ones of twitter followers your new post gains you!