Quick steps to start a blog in R
Published on Medium December 17, 2020.
I previously read this RStudio blog post on the Distill package earlier this month. The aesthetic and features were impressive to me (particularly site-wide search). Had some time to try it out today. Here are the short and simple steps I took to start a blog using Distill.
Note: this article assumes you have some prior experience with R Markdown. Skim over this book to learn more about R Markdown.
install.packages('distill')
Simple as that. Here is what it looks like right now. Hope this is helpful.
Follow up: Went through Shamindra Shotriyaβs blog post to take my Distill blog to the next level.
If you see mistakes or want to suggest changes, please create an issue on the source repository.
For attribution, please cite this work as
Parmar (2021, Jan. 1). Data Breadcrumbs: Using Distill in R Markdown to Start a Blog ποΈ. Retrieved from https://databreadcrumbs.com/posts/2021-01-01-how-i-built-my-blog-using-distill/
BibTeX citation
@misc{parmar2021using, author = {Parmar, Sam}, title = {Data Breadcrumbs: Using Distill in R Markdown to Start a Blog ποΈ}, url = {https://databreadcrumbs.com/posts/2021-01-01-how-i-built-my-blog-using-distill/}, year = {2021} }