This commit is contained in:
parent
f93b4b66af
commit
d27ac5eefd
9 changed files with 61 additions and 16 deletions
12
hugo.toml
12
hugo.toml
|
@ -15,8 +15,6 @@ title = 'melm'
|
|||
[module]
|
||||
[[module.imports]]
|
||||
path = 'github.com/hbstack/meta/recommended'
|
||||
[[module.imports]]
|
||||
path = 'github.com/hugomods/encoder'
|
||||
[outputs]
|
||||
home = ['HTML', 'Offline', 'RSS', 'SearchIndex', 'WebAppManifest']
|
||||
[permalinks]
|
||||
|
@ -26,13 +24,3 @@ title = 'melm'
|
|||
categories = 'categories'
|
||||
series = 'series'
|
||||
tags = 'tags'
|
||||
[pwa]
|
||||
[pwa.caches]
|
||||
[pwa.caches.font]
|
||||
strategy = 'network-first'
|
||||
[pwa.caches.image]
|
||||
strategy = 'network-first'
|
||||
[pwa.caches.script]
|
||||
strategy = 'network-first'
|
||||
[pwa.caches.style]
|
||||
strategy = 'network-first'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue