Skip to content

Commit cbd8c0a

Browse files
authored
Fix deploy to GitHub Pages (#148)
1 parent af85539 commit cbd8c0a

File tree

6 files changed

+26
-36
lines changed

6 files changed

+26
-36
lines changed

Gemfile

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
source "https://rubygems.org"
2-
gem 'github-pages', group: :jekyll_plugins
3-
gem 'jekyll-include-cache', group: :jekyll_plugins
4-
gem 'html-proofer'
5-
gem "webrick", "~> 1.7"
2+
ruby RUBY_VERSION
3+
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+
11+
# If you have any plugins, put them here!
12+
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
13+
group :jekyll_plugins do
14+
gem 'github-pages'
15+
gem 'jekyll-include-cache'
16+
gem 'jekyll-titles-from-headings'
17+
gem 'jekyll-feed'
18+
gem 'jekyll-sitemap'
19+
end

Gemfile.lock

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,6 @@ GEM
100100
html-pipeline (2.14.3)
101101
activesupport (>= 2)
102102
nokogiri (>= 1.4)
103-
html-proofer (4.4.3)
104-
addressable (~> 2.3)
105-
mercenary (~> 0.3)
106-
nokogiri (~> 1.13)
107-
parallel (~> 1.10)
108-
rainbow (~> 3.0)
109-
typhoeus (~> 1.3)
110-
yell (~> 2.0)
111-
zeitwerk (~> 2.5)
112103
http_parser.rb (0.8.0)
113104
i18n (1.14.7)
114105
concurrent-ruby (~> 1.0)
@@ -241,12 +232,10 @@ GEM
241232
octokit (4.25.1)
242233
faraday (>= 1, < 3)
243234
sawyer (~> 0.9)
244-
parallel (1.26.3)
245235
pathutil (0.16.2)
246236
forwardable-extended (~> 2.6)
247237
public_suffix (5.1.1)
248238
racc (1.8.1)
249-
rainbow (3.1.1)
250239
rb-fsevent (0.11.2)
251240
rb-inotify (0.11.1)
252241
ffi (~> 1.0)
@@ -272,18 +261,19 @@ GEM
272261
tzinfo (2.0.6)
273262
concurrent-ruby (~> 1.0)
274263
unicode-display_width (1.8.0)
275-
webrick (1.9.1)
276-
yell (2.2.2)
277-
zeitwerk (2.6.18)
278264

279265
PLATFORMS
280266
x86_64-linux-musl
281267

282268
DEPENDENCIES
283269
github-pages
284-
html-proofer
270+
jekyll-feed
285271
jekyll-include-cache
286-
webrick (~> 1.7)
272+
jekyll-sitemap
273+
jekyll-titles-from-headings
274+
275+
RUBY VERSION
276+
ruby 2.7.1p83
287277

288278
BUNDLED WITH
289279
2.2.24

_config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ include:
1010
- LICENSE
1111

1212
plugins:
13-
- jekyll-remote-theme
1413
- jekyll-include-cache
15-
- jekyll-avatar
16-
- jemoji
17-
- jekyll-mentions
1814
- jekyll-titles-from-headings
15+
- jekyll-feed
16+
- jekyll-sitemap
1917

2018
# Exclude the `vendor` folder created by build process
2119
exclude:

renovate.json

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

sitemap.xml

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

0 commit comments

Comments
 (0)