OldWoodMan/hugo.yaml
2024-03-22 09:41:43 -06:00

49 lines
1,013 B
YAML

baseURL: /
title: Old Wood Man
timeout: 600s
disableKinds:
- section
- taxonomy
- term
params:
plausible_domain: ""
gallerydeluxe:
shuffle: true
reverse: true
enable_exif: false
watermark:
image: images/watermark.png
posx: right
posy: bottom
build:
cacheBusters:
- source: content/.*\.(png|jpg|jpeg)
target: (json)
- source: layouts/.*
target: (json)
#caches:
#images:
#dir: :cacheDir/gallerydeluxe
#maxAge: 24h
imaging:
resampleFilter: CatmullRom
quality: 90
anchor: smart
server:
headers:
- for: /**
values:
Referrer-Policy: strict-origin-when-cross-origin
content_security_policy: "script-src 'self' 'unsafe-eval' https://oldwoodman.com; object-src 'self'",
module:
mounts:
- source: assets
target: assets
- source: layouts
target: layouts
- source: content
target: content
- source: static
target: static
imports:
- path: github.com/bep/gallerydeluxe