This houses code to render my blog. My blog is powered by Jekyll and built on the Minimal Mistakes theme. Originally, my blog posts were created solely using markdown. I was inspired by David Robinson's blog, where he compiles his blog posts with knitr and R markdown using this script. I modified that script and now compile all of my posts in R markdown.
The purpose of my blog is to share analyses that I have conducted in my free time, document my learning as a R programmer, and improve my written communication. Feel free to contact me if you have questions about the blog or a post.
There are a number of files/sub-directories within this repository that are used for formatting and rendering my blog. The remaining sub-directories/scripts I've created and modified for my own purpose. This repository has the following main components:
_R
: contains raw R markdown scripts containing source code and text for individual blog posts_pages
: contains markdown files for essential pages on my blog (i.e. "About" page, "Error 404" page, etc.)_posts
: houses the rendered R markdown scripts (from_R
); these are markdown files_scripts
: currently houses a script used to knit non-rendered R markdown files in_R
and a template R markdown file for future blog postsassets
: miscellaneous blog images and resourcesfigs
: location of images/figures rendered from R markdown posts
If you have questions about the process feel free to let me know. The structure of my site is inspired by David Robinson's blog (a link to his repository is here).