File tree Expand file tree Collapse file tree 2 files changed +5
-22
lines changed Expand file tree Collapse file tree 2 files changed +5
-22
lines changed Original file line number Diff line number Diff line change 1
- # Ignore the contents of the _site directory
1
+ # Ignore the contents of the _site directory and other cache directories
2
2
_site /
3
+ .sass-cache /
3
4
4
5
# Ignore the directory for local files during development
5
6
local /
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
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!
22
3
group :jekyll_plugins do
23
- # gem "jekyll-archives "
4
+ gem "jekyll"
24
5
gem "jekyll-feed"
25
6
gem 'jekyll-sitemap'
26
- gem 'hawkins'
27
7
gem "webrick" , "~> 1.8"
28
8
end
9
+
10
+ gem "github-pages"
You can’t perform that action at this time.
0 commit comments