Update gems and switch from github-pages to jekyll for blog

This commit is contained in:
2020-03-18 12:45:31 -04:00
parent f30dd6cc81
commit a28cc25e8a
3 changed files with 29 additions and 220 deletions

View File

@@ -1,11 +1,9 @@
source 'https://rubygems.org'
gem 'jekyll'
gem "github-pages", '197', group: :jekyll_plugins
# enable tzinfo-data for local build
# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
gem 'jekyll-paginate'
gem 'markdown_helper', '~> 2.5', '>= 2.5.2'
group :jekyll_plugins do
#gem 'github-pages', '204'
gem 'jekyll'
gem 'jekyll-paginate'
#gem 'jekyll-sitemap'
#gem 'markdown_helper', '~> 2.5', '>= 2.5.3'
end