Skip to content
This repository was archived by the owner on Nov 13, 2022. It is now read-only.

Commit 5939dc3

Browse files
committed
bump version of Jekyll
1 parent 97957f5 commit 5939dc3

File tree

8 files changed

+41
-40
lines changed

8 files changed

+41
-40
lines changed

.github/workflows/docker.yaml

100644100755
+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121

2222
- name: build container
2323
run: |
24-
docker build -t hamelsmu/fastpages-jekyll -f _action_files/fastpages-jekyll.Dockerfile .
24+
docker build -t fastai/fastpages-jekyll -f _action_files/fastpages-jekyll.Dockerfile .
2525
2626
- name: push container
2727
if: github.event == 'push'
2828
run: |
2929
echo ${PASSWORD} | docker login -u $USERNAME --password-stdin
30-
docker push hamelsmu/fastpages-jekyll
30+
docker push fastai/fastpages-jekyll
3131
env:
3232
USERNAME: ${{ secrets.DOCKER_USERNAME }}
3333
PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

Gemfile

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.0.0"
10+
gem "jekyll", "~> 4.1.0"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "minima"
1313
# To upgrade, run `bundle update github-pages`.

Gemfile.lock

100644100755
+29-29
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.1)
4+
activesupport (6.0.3.3)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -10,45 +10,45 @@ GEM
1010
addressable (2.7.0)
1111
public_suffix (>= 2.0.2, < 5.0)
1212
colorator (1.1.0)
13-
concurrent-ruby (1.1.6)
13+
concurrent-ruby (1.1.7)
1414
em-websocket (0.5.1)
1515
eventmachine (>= 0.12.9)
1616
http_parser.rb (~> 0.6.0)
1717
eventmachine (1.2.7)
1818
execjs (2.7.0)
1919
faraday (0.17.3)
2020
multipart-post (>= 1.2, < 3)
21-
ffi (1.12.2)
21+
ffi (1.13.1)
2222
forwardable-extended (2.6.0)
2323
gemoji (3.0.1)
24-
html-pipeline (2.12.3)
24+
html-pipeline (2.14.0)
2525
activesupport (>= 2)
2626
nokogiri (>= 1.4)
2727
http_parser.rb (0.6.0)
28-
i18n (1.8.2)
28+
i18n (1.8.5)
2929
concurrent-ruby (~> 1.0)
30-
jekyll (4.0.0)
30+
jekyll (4.1.1)
3131
addressable (~> 2.4)
3232
colorator (~> 1.0)
3333
em-websocket (~> 0.5)
34-
i18n (>= 0.9.5, < 2)
34+
i18n (~> 1.0)
3535
jekyll-sass-converter (~> 2.0)
3636
jekyll-watch (~> 2.0)
3737
kramdown (~> 2.1)
3838
kramdown-parser-gfm (~> 1.0)
3939
liquid (~> 4.0)
40-
mercenary (~> 0.3.3)
40+
mercenary (~> 0.4.0)
4141
pathutil (~> 0.9)
4242
rouge (~> 3.0)
4343
safe_yaml (~> 1.0)
4444
terminal-table (~> 1.8)
45-
jekyll-feed (0.13.0)
45+
jekyll-feed (0.15.0)
4646
jekyll (>= 3.7, < 5.0)
4747
jekyll-gist (1.5.0)
4848
octokit (~> 4.2)
49-
jekyll-octicons (9.5.0)
49+
jekyll-octicons (11.0.0)
5050
jekyll (>= 3.6, < 5.0)
51-
octicons (= 9.5.0)
51+
octicons (= 11.0.0)
5252
jekyll-paginate (1.1.0)
5353
jekyll-relative-links (0.6.1)
5454
jekyll (>= 3.3, < 5.0)
@@ -63,9 +63,9 @@ GEM
6363
jekyll (>= 3.3, < 5.0)
6464
jekyll-sitemap (1.4.0)
6565
jekyll (>= 3.7, < 5.0)
66-
jekyll-toc (0.13.1)
67-
jekyll (>= 3.7)
68-
nokogiri (~> 1.9)
66+
jekyll-toc (0.14.0)
67+
jekyll (>= 3.8)
68+
nokogiri (~> 1.10)
6969
jekyll-twitter-plugin (2.1.0)
7070
jekyll-watch (2.2.1)
7171
listen (~> 3.0)
@@ -86,53 +86,53 @@ GEM
8686
listen (3.2.1)
8787
rb-fsevent (~> 0.10, >= 0.10.3)
8888
rb-inotify (~> 0.9, >= 0.9.10)
89-
mercenary (0.3.6)
89+
mercenary (0.4.0)
9090
mini_portile2 (2.4.0)
9191
minima (2.5.1)
9292
jekyll (>= 3.5, < 5.0)
9393
jekyll-feed (~> 0.9)
9494
jekyll-seo-tag (~> 2.1)
95-
minitest (5.14.1)
95+
minitest (5.14.2)
9696
multipart-post (2.1.1)
97-
nokogiri (1.10.9)
97+
nokogiri (1.10.10)
9898
mini_portile2 (~> 2.4.0)
99-
octicons (9.5.0)
99+
octicons (11.0.0)
100100
nokogiri (>= 1.6.3.1)
101-
octokit (4.16.0)
101+
octokit (4.18.0)
102102
faraday (>= 0.9)
103103
sawyer (~> 0.8.0, >= 0.5.3)
104104
pathutil (0.16.2)
105105
forwardable-extended (~> 2.6)
106-
public_suffix (4.0.3)
107-
rb-fsevent (0.10.3)
106+
public_suffix (4.0.6)
107+
rb-fsevent (0.10.4)
108108
rb-inotify (0.10.1)
109109
ffi (~> 1.0)
110110
rexml (3.2.4)
111-
rouge (3.16.0)
112-
rubyzip (2.2.0)
111+
rouge (3.23.0)
112+
rubyzip (2.3.0)
113113
safe_yaml (1.0.5)
114-
sassc (2.2.1)
114+
sassc (2.4.0)
115115
ffi (~> 1.9)
116116
sawyer (0.8.2)
117117
addressable (>= 2.3.5)
118118
faraday (> 0.8, < 2.0)
119119
terminal-table (1.8.0)
120120
unicode-display_width (~> 1.1, >= 1.1.1)
121121
thread_safe (0.3.6)
122-
tzinfo (1.2.6)
122+
tzinfo (1.2.7)
123123
thread_safe (~> 0.1)
124-
tzinfo-data (1.2019.3)
124+
tzinfo-data (1.2020.1)
125125
tzinfo (>= 1.0.0)
126-
unicode-display_width (1.6.1)
126+
unicode-display_width (1.7.0)
127127
wdm (0.1.1)
128-
zeitwerk (2.3.0)
128+
zeitwerk (2.4.0)
129129

130130
PLATFORMS
131131
ruby
132132

133133
DEPENDENCIES
134134
faraday (< 1.0)
135-
jekyll (~> 4.0.0)
135+
jekyll (~> 4.1.0)
136136
jekyll-feed (~> 0.12)
137137
jekyll-gist
138138
jekyll-octicons

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ server-detached: .FORCE
1515
build: .FORCE
1616
chmod 777 Gemfile.lock
1717
docker-compose stop || true; docker-compose rm || true;
18-
docker build --no-cache -t hamelsmu/fastpages-jekyll -f _action_files/fastpages-jekyll.Dockerfile .
18+
docker build --no-cache -t fastai/fastpages-jekyll -f _action_files/fastpages-jekyll.Dockerfile .
1919
docker-compose build --force-rm --no-cache
2020

2121
# rebuild the services WITH cache
2222
quick-build: .FORCE
2323
docker-compose stop || true;
24-
docker build -t hamelsmu/fastpages-jekyll -f _action_files/fastpages-jekyll.Dockerfile .
24+
docker build -t fastai/fastpages-jekyll -f _action_files/fastpages-jekyll.Dockerfile .
2525
docker-compose build
2626

2727
# convert word & nb without Jekyll services

README.md

100644100755
File mode changed.

_action_files/fastpages-jekyll.Dockerfile

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Defines https://hub.docker.com/repository/docker/hamelsmu/fastpages-jekyll
2-
FROM jekyll/jekyll:4.0.1
2+
FROM jekyll/jekyll:4.1.0
33
# FROM hamelsmu/fastpages-jekyll
44

55
COPY . .

_fastpages_docs/version.txt

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.41
1+
2.1.42

docker-compose.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ services:
3434

3535
jekyll:
3636
working_dir: /data
37-
image: jekyll/jekyll:4.0.1
37+
image: fastai/fastpages-jekyll #jekyll/jekyll:4.0.1
3838
restart: unless-stopped
3939
ports:
4040
- "4000:4000"
4141
volumes:
4242
- .:/data/
4343
command: >
44-
bash -c "gem install bundler
45-
&& bundle i
46-
&& chmod -R u+rwx . && bundle exec jekyll serve --host 0.0.0.0 --trace --strict_front_matter"
44+
bash -c "chmod -R u+rwx . && jekyll serve --host 0.0.0.0 --trace --strict_front_matter"
45+
# bash -c "gem install bundler
46+
# && bundle i
47+
# && chmod -R u+rwx . && bundle exec jekyll serve --host 0.0.0.0 --trace --strict_front_matter"
4748

0 commit comments

Comments
 (0)