aboutsummaryrefslogtreecommitdiff
path: root/design-notes.md
diff options
context:
space:
mode:
authorpacien2019-12-26 02:14:28 +0100
committerpacien2019-12-26 02:14:28 +0100
commit3cd1ed2ed39a31ed2c63e9e116edccd3d7946435 (patch)
tree4c4ac17553b858aa9acad19b2535f6f0218b0271 /design-notes.md
parent2a6467272e18af4864745b9d0267f9fa3ed382dd (diff)
downloadldgallery-3cd1ed2ed39a31ed2c63e9e116edccd3d7946435.tar.gz
notes: mention directory optional thumbnails
Diffstat (limited to 'design-notes.md')
-rw-r--r--design-notes.md2
1 files changed, 2 insertions, 0 deletions
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
21├── _DSC8808-1.jpg -- a picture 21├── _DSC8808-1.jpg -- a picture
22├── _DSC8808-1.jpg.yaml -- its associated sidecar metadata file 22├── _DSC8808-1.jpg.yaml -- its associated sidecar metadata file
23└── Glacier 3000 -- a directory grouping gallery items 23└── Glacier 3000 -- a directory grouping gallery items
24 ├── thumbnail.jpg -- optional directory thumbnail
24 ├── _DSC5475.jpg 25 ├── _DSC5475.jpg
25 ├── _DSC5475.jpg.yaml 26 ├── _DSC5475.jpg.yaml
26 ├── _DSC5542.jpg 27 ├── _DSC5542.jpg
@@ -95,6 +96,7 @@ data
95├── thumbnails -- item thumbnails directory 96├── thumbnails -- item thumbnails directory
96│ ├── _DSC8808-1.jpg 97│ ├── _DSC8808-1.jpg
97│ └── Glacier 3000 98│ └── Glacier 3000
99│ ├── thumbnail.jpg
98│ ├── _DSC5475.jpg 100│ ├── _DSC5475.jpg
99│ └── _DSC5542.jpg 101│ └── _DSC5542.jpg
100├── index.json -- content index file 102├── index.json -- content index file