1
0
Fork 0
mirror of synced 2024-06-03 07:41:09 -04:00
yadm/Gemfile
Tim Byrne 9fa5c9418c
Refactor website (#146)
* Migrate to using "remote themes" instead of forked content
* Update to most recent mmistakes
* Add docker-based testing
* Create Makefile for test targets
* Add travis-ci integration
* Update badges to use shields.io
* Replace splash page image (old one's attribution disappeared from
  unsplash.com)
2019-03-20 01:45:26 -05:00

9 lines
163 B
Ruby

source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem "jekyll-include-cache"
end