1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:40:06 +08:00

add basic Gemfile, allows local preview with 'bundle exec jekyll server'

This commit is contained in:
eliasrodrigo 2017-02-18 13:57:06 +01:00
parent 40beff5ccb
commit efb74c33b2

2
docs/Gemfile Normal file
View File

@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins