Skip to content

Commit 74cae39

Browse files
committed
[MOD] Upgrade github-pages 223 to 228
1 parent 999896f commit 74cae39

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

Gemfile

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ source 'https://rubygems.org'
33
# See https://github.com/TWiStErRob/twisterrob.github.io#upgrade
44
# Current latest version: https://pages.github.com/versions/
55
# For some reason omitting the version defaults to 0.
6-
gem 'github-pages', '= 223', group: :jekyll_plugins
6+
gem 'github-pages', '= 228', group: :jekyll_plugins
77

88
# http://jekyllrb.com/docs/windows/#auto-regeneration
99
# For --watch to work on Windows.
1010
gem 'wdm', '>= 0.1.1' if Gem.win_platform?
11+
12+
# Added to silence the warning:
13+
# > To use retry middleware with Faraday v2.0+, install `faraday-retry` gem
14+
# Not sure what it does, because I don't use octokit directly:
15+
# https://github.com/octokit/octokit.rb/discussions/1486
16+
gem 'faraday-retry', '~> 2.2.0'

README.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,17 @@ me@webiste$ gradle preCommitServe local
4343
## Upgrade
4444

4545
* Change `gem 'github-pages'` version to [GitHub version](https://pages.github.com/versions/)
46-
* `bundle update`, watch for these two lines:
47-
> Fetching github-pages 192 (was 127)
48-
> Fetching jekyll 3.7.4 (was 3.4.1)
49-
* Read release notes for missed versions:
50-
* https://github.com/github/pages-gem/releases
51-
* https://jekyllrb.com/news/releases/
52-
https://jekyllrb.com/docs/history/
53-
* Watch out for Liquid updates
54-
* Watch out for Ruby updates
46+
* `bundle update`, watch for these lines and read release notes:
47+
* Fetching github-pages 192 (was 127)
48+
* https://github.com/github/pages-gem/releases
49+
* Fetching jekyll 3.7.4 (was 3.4.1)
50+
* https://jekyllrb.com/news/releases/
51+
* https://jekyllrb.com/docs/history/
52+
* Fetching liquid 4.0.4 (was 4.0.3)
53+
* Fetching kramdown 2.3.2 (was 2.3.1)
54+
* Fetching rouge 3.26.0 (was 3.25.0)
55+
* Ruby
56+
* If it asks for `ridk install`, choose _"MSYS2 and MINGW development toolchain"_ and install to `%RUBY_HOME%\msys64`.
5557
* Check if https://help.github.com/articles/configuring-jekyll/#configuration-settings-you-cannot-change has changed
5658

5759
## TODO
@@ -96,3 +98,7 @@ shell code formatting lost user@machine$ formatting
9698

9799
https://github.com/jekyll/jekyll/pull/6384/files#diff-514abd885acda367325e5236a9be3192R68
98100
https://github.com/kacperduras/disqus-for-jekyll
101+
102+
## Origin
103+
104+
This website is based on the [Feeling Responsive theme](https://phlow.github.io/feeling-responsive/) by [Moritz »mo.« Sauer](https://github.com/Phlow/feeling-responsive) // [Phlow.de](https://phlow.de)

0 commit comments

Comments
 (0)