forked from bisq-network/bisq-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop github-pages gem and upgrade to Jekyll 3.5.1
Aside from the benefit of now being able to keep up with Jekyll releases as they ship, this change was prompted by the need to pick up the fix to the bug described in jekyll/jekyll-sitemap#180. See subsequent commits for further detail.
- Loading branch information
Showing
3 changed files
with
21 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
source 'https://rubygems.org' | ||
group :jekyll_plugins do | ||
gem 'github-pages' | ||
gem 'jekyll-livereload' | ||
end | ||
source "https://rubygems.org" | ||
|
||
gem 'jekyll', '~> 3.5.1' | ||
gem 'jekyll-livereload' | ||
gem 'jekyll-redirect-from' | ||
gem 'jekyll-feed' | ||
gem 'jekyll-sitemap' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters