mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Fix Gemfile according to http://jekyllrb.com/docs/github-pages/.
This commit is contained in:
parent
6b9d50db66
commit
7ebba940b2
8
Gemfile
8
Gemfile
@ -1,4 +1,10 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
gem 'github-pages', '>=33'
|
|
||||||
|
require 'json'
|
||||||
|
require 'open-uri'
|
||||||
|
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
|
||||||
|
|
||||||
|
gem 'github-pages', versions['github-pages']
|
||||||
|
|
||||||
gem 'jemoji'
|
gem 'jemoji'
|
||||||
gem 'jekyll-sitemap'
|
gem 'jekyll-sitemap'
|
||||||
|
Loading…
Reference in New Issue
Block a user