From 0c2541139b59085b71379b6ada3352fe1ff4d7bf Mon Sep 17 00:00:00 2001 From: xiaoiver Date: Thu, 9 Nov 2017 15:20:26 +0800 Subject: [PATCH] add jekyll-pwa-plugin (#6533) Merge pull request 6533 --- docs/_docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_docs/plugins.md b/docs/_docs/plugins.md index 0c1c24d0..f682eadb 100644 --- a/docs/_docs/plugins.md +++ b/docs/_docs/plugins.md @@ -960,6 +960,7 @@ You can find a few useful plugins at the following locations: - [Jekyll-Post](https://github.com/robcrocombe/jekyll-post): A CLI tool to easily draft, edit, and publish Jekyll posts. - [jekyll-numbered-headings](https://github.com/muratayusuke/jekyll-numbered-headings): Adds ordered number to headings. - [jekyll-pre-commit](https://github.com/mpchadwick/jekyll-pre-commit): A framework for running checks against your posts using a git pre-commit hook before you publish them. +- [jekyll-pwa-plugin](https://github.com/lavas-project/jekyll-pwa): A plugin provides PWA support for Jekyll. It generates a service worker in Jekyll build process and makes precache and runtime cache available in the runtime with Google Workbox.
Jekyll Plugins Wanted