add HBbootsrap and encode modules
This commit is contained in:
parent
874ec9a12d
commit
1c09cc00dd
17 changed files with 137 additions and 62 deletions
18
hugo.toml
18
hugo.toml
|
@ -12,9 +12,11 @@ title = 'melm'
|
|||
lineNos = true
|
||||
lineNumbersInTable = false
|
||||
noClasses = false
|
||||
#[module]
|
||||
# [[module.imports]]
|
||||
# path = 'github.com/hbstack/meta/recommended'
|
||||
[module]
|
||||
[[module.imports]]
|
||||
path = 'github.com/hbstack/meta/recommended'
|
||||
[[module.imports]]
|
||||
path = 'github.com/hugomods/encoder'
|
||||
[outputs]
|
||||
home = ['HTML', 'Offline', 'RSS', 'SearchIndex', 'WebAppManifest']
|
||||
[permalinks]
|
||||
|
@ -24,3 +26,13 @@ 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