add HBbootsrap and encode modules

This commit is contained in:
themelm 2025-05-25 00:58:27 -07:00
parent 874ec9a12d
commit 1c09cc00dd
17 changed files with 137 additions and 62 deletions

View file

@ -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'