mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
6 lines
145 B
Ruby
6 lines
145 B
Ruby
source "https://rubygems.org"
|
|
gem "github-pages", "~> 226", group: :jekyll_plugins
|
|
group :jekyll_plugins do
|
|
gem "jekyll-feed", "~> 0.15.1"
|
|
end
|