Gemfile und rbenv environment file hinzugefügt.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
.idea/*
|
||||
_site/
|
||||
.sass-cache/
|
||||
Gemfile.lock
|
||||
|
1
.ruby-version
Normal file
1
.ruby-version
Normal file
@@ -0,0 +1 @@
|
||||
2.3.0
|
3
Gemfile
Normal file
3
Gemfile
Normal file
@@ -0,0 +1,3 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'jekyll', '~>2.5.3'
|
Reference in New Issue
Block a user