Skip to content

Commit ddbce72

Browse files
committed
Update Jekyll
Also, remove unused jekyll-pwa-plugin - don't think we will ever use this.
1 parent dfcedb8 commit ddbce72

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

Gemfile

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", "4.2.1"
3+
gem "jekyll", "4.3.1"
44

55
group :jekyll_plugins do
6-
gem "jekyll-feed", "0.16.0"
7-
gem "jekyll-pwa-plugin", "5.1.5"
8-
gem "jekyll-seo-tag", "2.7.1"
6+
gem "jekyll-feed", "0.17.0"
7+
gem "jekyll-seo-tag", "2.8.0"
98
gem "jekyll-sitemap", "1.4.0"
109
end

_config.yml

-14
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ timezone: Europe/London
33
permalink: /:categories/:title
44
plugins:
55
- jekyll-feed
6-
- jekyll-pwa-plugin
76
- jekyll-seo-tag
87
- jekyll-sitemap
98
author: The Textpattern Development Team and contributors
@@ -21,16 +20,3 @@ highlighter: none
2120
keep_files: [
2221
'expect-ct-report'
2322
]
24-
pwa: # See https://github.com/lavas-project/jekyll-pwa
25-
enabled: false # Optional
26-
sw_src_filepath: service-worker.js # Optional
27-
sw_dest_filename: service-worker.js # Optional
28-
dest_js_directory: assets/js # Required
29-
precache_recent_posts_num: 5 # Optional
30-
precache_glob_directory: / # Optional
31-
precache_glob_patterns: # Optional
32-
- "{js,css,fonts}/**/*.{js,css,eot,svg,ttf,woff}"
33-
- index.html
34-
precache_glob_ignores: # Optional
35-
- sw-register.js
36-
- "fonts/**/*"

0 commit comments

Comments
 (0)