Skip to content

Commit 2745b3e

Browse files
committed
refactoring to use the remote version of the theme and update many dependencies
1 parent b3a6211 commit 2745b3e

File tree

154 files changed

+115
-18042
lines changed

Some content is hidden

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

154 files changed

+115
-18042
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ _site
44
.bundle
55
Gemfile.lock
66
.DS_Store
7-
7+
vendor

Gemfile

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,17 @@
11
source "https://rubygems.org"
2-
ruby RUBY_VERSION
32

4-
# Hello! This is where you manage which Jekyll version is used to run.
5-
# When you want to use a different version, change it below, save the
6-
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
7-
#
8-
# bundle exec jekyll serve
9-
#
10-
# This will help ensure the proper Jekyll version is running.
11-
# Happy Jekylling!
12-
gem "jekyll", "3.4.5"
3+
gem "github-pages", group: :jekyll_plugins
134

14-
15-
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
16-
# uncomment the line below. To upgrade, run `bundle update github-pages`.
17-
# gem "github-pages", group: :jekyll_plugins
5+
gem "tzinfo-data"
6+
gem "wdm", "~> 0.1.0" if Gem.win_platform?
187

198
# If you have any plugins, put them here!
209
group :jekyll_plugins do
21-
gem "jekyll-feed", "~> 0.9.2"
22-
gem "jekyll-sitemap", "~> 1.1"
23-
gem "jekyll-compose", "~> 0.5.0"
24-
gem "jekyll-gist", "~> 1.4"
25-
gem "jekyll-paginate", "~> 1.1"
26-
gem "jemoji", "~> 0.8"
27-
gem "jekyll-seo-tag"
10+
gem "jekyll-paginate"
11+
gem "jekyll-sitemap"
12+
gem "jekyll-gist"
13+
gem "jekyll-feed"
14+
gem "jemoji"
15+
gem "jekyll-include-cache"
16+
gem "jekyll-algolia"
2817
end
29-
30-
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
31-
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
32-

LICENSE.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

Rakefile

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)