Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alex-shpak/hugo-book.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2020-04-12 21:50:03 +0300
committerAlex Shpak <alex-shpak@users.noreply.github.com>2020-04-12 21:50:03 +0300
commit9719692512325b5f88de666281ba286343408010 (patch)
tree2551be94373e26f668f8756bee493c9b11ee48e0 /README.md
parente4e43bd9b12a3e37f0d3c2760ea7f867ba8273a7 (diff)
Introduce serviceWorker, disabled by default
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index f3f5a72..e1b24ff 100644
--- a/README.md
+++ b/README.md
@@ -185,6 +185,10 @@ disableKinds = ['taxonomy', 'taxonomyTerm']
# Portable links meant to work with text editors and let you write markdown without {{< relref >}} shortcode
# Theme will print warning if page referenced in markdown does not exists.
BookPortableLinks = true
+
+ # /!\ This is an experimental feature, might be removed or changed at any time
+ # (Optional, experimental, default false) Enables service worker that caches visited pages and resources for offline use.
+ BookServiceWorker = true
```
### Multi-Language Support