OldWoodMan/hugo.yaml

49 lines
900 B
YAML
Raw Normal View History

2024-03-22 10:43:49 -06:00
baseURL: /
2024-03-22 09:12:58 -06:00
title: Old Wood Man
2024-03-22 09:35:00 -06:00
timeout: 600s
2024-03-22 09:12:58 -06:00
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)
2024-03-22 13:54:24 -06:00
caches:
images:
dir: :cacheDir/gallerydeluxe
maxAge: 168h
2024-03-22 09:12:58 -06:00
imaging:
resampleFilter: CatmullRom
quality: 90
anchor: smart
server:
headers:
- for: /**
values:
Referrer-Policy: strict-origin-when-cross-origin
module:
mounts:
- source: assets
target: assets
- source: layouts
target: layouts
- source: content
target: content
- source: static
target: static
imports:
- path: github.com/bep/gallerydeluxe