9 lines
147 B
Ruby
9 lines
147 B
Ruby
|
|
source "https://rubygems.org"
|
|
|
|
# If you have any plugins, put them here!
|
|
group :jekyll_plugins do
|
|
gem "github-pages"
|
|
gem "jekyll-sitemap"
|
|
end
|