Skip to content

Commit 8ae72ce

Browse files
committed
Updates Jekyll and changes to kramdown
1 parent 1219c1a commit 8ae72ce

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
22

3-
gem 'jekyll', '~> 3.1.6'
4-
gem 'redcarpet', '~> 3.5.0'
3+
gem 'jekyll', '~> 4.2.1'
4+
gem 'kramdown', '~> 2.3.1'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ INFO[0001] ☁ git clone 'https://github.com/helaili/jekyll-action' # ref=v2
7373
Alternatively, if you want to only run the jekyll build step once you've run the whole action, you can use the official jekyll containers with:
7474

7575
```bash
76-
$ docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" -p 4000:4000 -it jekyll/jekyll:3.1.6 jekyll serve
76+
$ docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" -p 4000:4000 -it jekyll/jekyll:latest jekyll serve
7777
```
7878

7979
and open http://localhost:4000/rsd-engineeringcourse (or the link provided).

_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ crumbs:
2020
- link: http://www.ucl.ac.uk/isd/services/research-it/training
2121
text: Training
2222

23-
markdown: redcarpet
24-
redcarpet:
25-
extensions: ["strikethrough","tables"]
23+
kramdown:
24+
hard_wrap: false
2625

2726

2827
include: # NOTE: This is not a path, but the directories name, wherever they are

0 commit comments

Comments
 (0)