From 26a85722e74eae23a22350064eed204480bbd032 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 16 Feb 2020 12:15:08 +0100 Subject: compiler: unify directory special files --- example/readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'example/readme.md') diff --git a/example/readme.md b/example/readme.md index eafdaf5..809ae68 100644 --- a/example/readme.md +++ b/example/readme.md @@ -13,12 +13,11 @@ Content ├── _DSC8808-1.jpg -- a picture ├── _DSC8808-1.jpg.yaml -- its associated sidecar metadata file ├── Glacier 3000 -- a directory grouping gallery items -│   ├── thumbnail.jpg -- a thumbnail for the "Glacier 3000" directory -│   ├── directory.yaml -- sidecar metadata file for the "Glacier 3000" directory +│   ├── _directory.jpg -- a thumbnail for the "Glacier 3000" directory +│   ├── _directory.yaml -- sidecar metadata file for the "Glacier 3000" directory │   ├── _DSC5475.jpg │   ├── _DSC5475.jpg.yaml │   ├── _DSC5542.jpg │   └── _DSC5542.jpg.yaml -├── directory.yaml -- sidecar metadata file for the root directory └── gallery.yaml -- gallery settings file ``` -- cgit v1.2.3