Jekyll - Micro Project

Prerequisites

Creating Assets

title: Your awesome title
description: >- # this means to ignore newlines until "baseurl:"
  Write an awesome description for your new site here.
theme: minima
source "http://rubygems.org"
gem "faraday", "~> 0.17.3"
gem "jekyll", "~> 3.8.5"
gem "github-pages", "202", group: :jekyll_plugins 
group :jekyll_plugins do
  gem "jekyll-feed", "~> 0.11"
end
platforms :mingw, :x64_mingw, :mswin, :jruby do
  gem "tzinfo", "~> 1.2"
  gem "tzinfo-data"
end
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

Serving Project