funky/demo/Gemfile

13 lines
230 B
Ruby
Executable File

source "https://rubygems.org"
# Make sure Jekyll 3.3 is running
gem "jekyll", "~> 3.3"
# The theme for the site
gem "garth-jekyll-theme", "~> 0.4"
# The plugins for the site
group :jekyll_plugins do
gem "jekyll-paginate"
end