We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451e611 commit 1cbb781Copy full SHA for 1cbb781
Gemfile
@@ -1,9 +1,10 @@
1
source "https://rubygems.org"
2
3
-gem "jekyll", "4.1.1"
+gem "jekyll", "4.2.0"
4
5
group :jekyll_plugins do
6
gem "jekyll-feed", "0.15.1"
7
- gem "jekyll-sitemap", "1.4.0"
+ gem "jekyll-pwa-plugin", "5.1.4"
8
gem "jekyll-seo-tag", "2.7.1"
9
+ gem "jekyll-sitemap", "1.4.0"
10
end
_config.yml
@@ -3,8 +3,9 @@ timezone: Europe/London
permalink: /:categories/:title
plugins:
- jekyll-feed
- - jekyll-sitemap
+ - jekyll-pwa-plugin
- jekyll-seo-tag
+ - jekyll-sitemap
author: The Textpattern Development Team and contributors
exclude:
11
- Gemfile
0 commit comments