Skip to content

Commit 0ffa5fb

Browse files
committed
update
1 parent 028e4de commit 0ffa5fb

File tree

87 files changed

+3589
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+3589
-0
lines changed

purple-stegosaurus2-8971a/Gemfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# frozen_string_literal: true
2+
3+
source "https://rubygems.org"
4+
gemspec
5+
6+
group :jekyll_plugins do
7+
gem "jekyll-feed", "~> 0.6"
8+
gem "jekyll-sitemap"
9+
gem "jekyll-paginate"
10+
gem "jekyll-seo-tag"
11+
end
12+

0 commit comments

Comments
 (0)