This commit is contained in:
2019-11-14 17:43:12 -08:00
commit 228697c326
13 changed files with 490 additions and 0 deletions

9
Gemfile Normal file
View File

@@ -0,0 +1,9 @@
source "https://rubygems.org"
gem 'github-pages'
gem 'jekyll-minifier'
gem "nokogiri", ">= 1.8.5"
gem "rubyzip", ">= 1.3.0"
gem "jekyll-last-modified-at", "~> 1.1"
gem 'jekyll-feed'
gem "therubyracer", "~> 0.12.3"