Skip to content

Commit 1cbb781

Browse files
committed
Install Jekyll PWA plugin
1 parent 451e611 commit 1cbb781

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Gemfile

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

3-
gem "jekyll", "4.1.1"
3+
gem "jekyll", "4.2.0"
44

55
group :jekyll_plugins do
66
gem "jekyll-feed", "0.15.1"
7-
gem "jekyll-sitemap", "1.4.0"
7+
gem "jekyll-pwa-plugin", "5.1.4"
88
gem "jekyll-seo-tag", "2.7.1"
9+
gem "jekyll-sitemap", "1.4.0"
910
end

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ timezone: Europe/London
33
permalink: /:categories/:title
44
plugins:
55
- jekyll-feed
6-
- jekyll-sitemap
6+
- jekyll-pwa-plugin
77
- jekyll-seo-tag
8+
- jekyll-sitemap
89
author: The Textpattern Development Team and contributors
910
exclude:
1011
- Gemfile

0 commit comments

Comments
 (0)