Adding docs folder, with skeleton jekyll based site
- Uses https://github.com/tomjohnson1492/documentation-theme-jekyll - Have filler pages
This commit is contained in:
10
docs/Gemfile
Normal file
10
docs/Gemfile
Normal file
@@ -0,0 +1,10 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
|
||||
gem "jekyll", "3.3.1"
|
||||
|
||||
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-feed", "~> 0.6"
|
||||
gem 'github-pages', '~> 106'
|
||||
end
|
||||
Reference in New Issue
Block a user