Browse Source

Create Gemfile

pull/171/head
Mayx 3 years ago
committed by GitHub
parent
commit
86ab19c898
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      Gemfile

+ 11
- 0
Gemfile View File

@ -0,0 +1,11 @@
source "https://rubygems.org"
gem "jekyll", "~> 4.1.0"
group :jekyll_plugins do
gem "jekyll-gist"
gem "jekyll-coffeescript"
gem "jekyll-assets"
gem "jekyll-sitemap"
gem "jekyll-feed"
gem "jekyll-theme-minimal"
gem "jekyll-paginate"
end

Loading…
Cancel
Save

Powered by TurnKey Linux.