Merge branch 'jekyll' into 'master'
More advanced Jekyll setup See merge request grp-bio-it/image-analysis-training-resources!20
Showing
... | ... | @@ -7,3 +7,7 @@ gem "jekyll", "3.4.0" |
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
# install GH-flavoured MD plugin | ||
group :jekyll_plugins do | ||
gem 'jekyll-commonmark-ghpages' | ||
end |
_layouts/module.html
0 → 100644