Skip to content

Source code of my blog, built with R markdown using Minimal Mistakes.

Notifications You must be signed in to change notification settings

OTStats/OTStats.github.io

Repository files navigation

About

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.

Repository Structure

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 posts
  • assets: miscellaneous blog images and resources
  • figs: 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).

About

Source code of my blog, built with R markdown using Minimal Mistakes.

Resources

Stars

Watchers

Forks