example-blog/render.yml
Minecon724 114caf198c
Refactoring, more abstraction
Signed-off-by: Minecon724 <git@m724.eu>
2025-03-10 17:50:44 +01:00

16 lines
320 B
YAML

# Render options here
# Pre-compress files to serve with web server software
compress:
- gz
- zstd
# Add .hash. to static assets provided by template
remapTemplateStatic: true
# Add .hash. to site static assets
remapAssets: false
# Whether to minify output
# Currently HTML, CSS and JS are minified
minify: true