From 3cd1ed2ed39a31ed2c63e9e116edccd3d7946435 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 26 Dec 2019 02:14:28 +0100 Subject: notes: mention directory optional thumbnails --- design-notes.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'design-notes.md') diff --git a/design-notes.md b/design-notes.md index eabd50e..9d02e83 100644 --- a/design-notes.md +++ b/design-notes.md @@ -21,6 +21,7 @@ example-gallery-source ├── _DSC8808-1.jpg -- a picture ├── _DSC8808-1.jpg.yaml -- its associated sidecar metadata file └── Glacier 3000 -- a directory grouping gallery items + ├── thumbnail.jpg -- optional directory thumbnail ├── _DSC5475.jpg ├── _DSC5475.jpg.yaml ├── _DSC5542.jpg @@ -95,6 +96,7 @@ data ├── thumbnails -- item thumbnails directory │ ├── _DSC8808-1.jpg │ └── Glacier 3000 +│ ├── thumbnail.jpg │ ├── _DSC5475.jpg │ └── _DSC5542.jpg ├── index.json -- content index file -- cgit v1.2.3