mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 22:04:50 +08:00
11 lines
205 B
Ruby
Executable File
11 lines
205 B
Ruby
Executable File
source "https://rubygems.org"
|
|
|
|
gem "github-pages", group: :jekyll_plugins
|
|
|
|
group :jekyll_plugins do
|
|
gem "jekyll-paginate"
|
|
gem "jekyll-sitemap"
|
|
gem "jekyll-gist"
|
|
gem "jekyll-feed"
|
|
gem "jemoji"
|
|
end |