Automatically knit R Markdown documents, build them with Jekyll, and serve the website with servr locally
This article discusses the use of Jekyll, knitr, blogdown, and R Markdown to create a minimal website. It explains how to serve the Jekyll website locally with R and automatically compile R Markdown posts. The article also provides options for hosting the website either on GitHub or on your own server. It mentions that Jekyll is supported in blogdown but suggests using Hugo for better support.
This article explains the process of creating a minimal website using Jekyll, knitr, blogdown, and R Markdown. It discusses the steps to serve the Jekyll website locally with R and compile R Markdown posts automatically. The article also provides instructions for hosting the website on GitHub or on your own server. It suggests considering Hugo as a more supported alternative to Jekyll in blogdown.
Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.