2025-01-26 17:39:48 -07:00
|
|
|
baseURL = 'https://melm.xyz/'
|
|
|
|
languageCode = 'en'
|
|
|
|
title = 'melm'
|
2025-05-24 23:40:21 -07:00
|
|
|
|
|
|
|
[build]
|
|
|
|
writeStats = true
|
|
|
|
[markup]
|
|
|
|
[markup.goldmark]
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|
|
|
|
[markup.highlight]
|
|
|
|
lineNos = true
|
|
|
|
lineNumbersInTable = false
|
|
|
|
noClasses = false
|
2025-05-25 00:58:27 -07:00
|
|
|
[module]
|
|
|
|
[[module.imports]]
|
|
|
|
path = 'github.com/hbstack/meta/recommended'
|
|
|
|
[[module.imports]]
|
|
|
|
path = 'github.com/hugomods/encoder'
|
2025-05-24 23:40:21 -07:00
|
|
|
[outputs]
|
|
|
|
home = ['HTML', 'Offline', 'RSS', 'SearchIndex', 'WebAppManifest']
|
|
|
|
[permalinks]
|
|
|
|
blog = '/blog/:year/:month/:title'
|
|
|
|
[taxonomies]
|
|
|
|
authors = 'authors'
|
|
|
|
categories = 'categories'
|
|
|
|
series = 'series'
|
|
|
|
tags = 'tags'
|
2025-05-25 00:58:27 -07:00
|
|
|
[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'
|