images, deterministic caching

This commit is contained in:
2024-12-03 22:01:12 +00:00
parent fa262d3098
commit 0634e7a3f7
8 changed files with 62 additions and 22 deletions

View File

@@ -2,20 +2,21 @@
linkTitle: home
title:
description:
image:
link:
ratio: 1/1 # x/y
image: # localpath from assets/
pgp:
fingerprint:
link:
fingerprint: # space-separated
link: # localpath from static/
links:
- link:
icon:
- url:
icon: # localpath from assets/icons/ w/o ext
# ...
sections:
- name:
link:
icon:
link: # /<section>/
icon: # localpath from assets/icons/ w/o ext
# ...
notice:
# generator settings, no need to edit
cascade: [ build: { publishResources: false } ]
---

View File

@@ -1,5 +1,5 @@
---
linkTitle: "{{ .File.ContentBaseName | humanize | lower }}"
title: "{{ .File.ContentBaseName | humanize }}"
outputs: [html]
outputs: [html] # ,rss
---