Skip to content

Commit ea6d993

Browse files
committed
fix text overlay and pages compatibility
1 parent c3f3a5c commit ea6d993

File tree

5 files changed

+269
-105
lines changed

5 files changed

+269
-105
lines changed

Gemfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", "~> 4.3.0"
3+
gem "github-pages", group: :jekyll_plugins
44
gem "minima", "~> 2.5"
55

6-
group :jekyll_plugins do
7-
gem "jekyll-feed", "~> 0.12"
8-
gem "jekyll-sitemap"
9-
end
10-
116
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
127
# and associated library.
138
platforms :mingw, :x64_mingw, :mswin, :jruby do

0 commit comments

Comments
 (0)