Gem based method (stable)

1.Add the following to your site's Gemfile

source "https://rubygems.org"
gem "jekyll-rtd-theme"
gem "github-pages", group: :jekyll_plugins

2.Add the following to your site's _config.yml

theme: jekyll-rtd-theme
title: Your awesome title
description: Write an awesome description for your new site here

Quick start with gem based method

The new repository will generate with the same files and folders from rundocs/starter, You can preview the theme to see what it looks like, or even generate it today.