Skip to content

Commit 6c98d76

Browse files
committed
#1975 cleaning up the gem files a bit
1 parent 95118f6 commit 6c98d76

File tree

2 files changed

+5
-22
lines changed

2 files changed

+5
-22
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Ignore the contents of the _site directory
1+
# Ignore the contents of the _site directory and other cache directories
22
_site/
3+
.sass-cache/
34

45
# Ignore the directory for local files during development
56
local/

Gemfile

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,10 @@
11
source "https://rubygems.org"
22

3-
# Hello! This is where you manage which Jekyll version is used to run.
4-
# When you want to use a different version, change it below, save the
5-
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6-
#
7-
# bundle exec jekyll serve
8-
#
9-
# This will help ensure the proper Jekyll version is running.
10-
# Happy Jekylling!
11-
12-
gem "github-pages", group: :jekyll_plugins
13-
14-
# If you want to use Jekyll native, uncomment the line below.
15-
# To upgrade, run `bundle update`.
16-
17-
# gem "jekyll"
18-
19-
gem "wdm", "~> 0.1.0" if Gem.win_platform?
20-
21-
# If you have any plugins, put them here!
223
group :jekyll_plugins do
23-
# gem "jekyll-archives"
4+
gem "jekyll"
245
gem "jekyll-feed"
256
gem 'jekyll-sitemap'
26-
gem 'hawkins'
277
gem "webrick", "~> 1.8"
288
end
9+
10+
gem "github-pages"

0 commit comments

Comments
 (0)