From 20790ffcf740103f59ae41386e6c074ce80f7a02 Mon Sep 17 00:00:00 2001 From: pacien Date: Wed, 26 Feb 2020 02:15:33 +0100 Subject: example: renaming --- example/readme.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'example/readme.md') diff --git a/example/readme.md b/example/readme.md index 809ae68..2c03260 100644 --- a/example/readme.md +++ b/example/readme.md @@ -8,16 +8,16 @@ Content ------- ``` -./example/out -- the output directory for the compiled version of the gallery -./example/src -- source directory with pictures, configuration, tags and metadata -├── _DSC8808-1.jpg -- a picture -├── _DSC8808-1.jpg.yaml -- its associated sidecar metadata file -├── Glacier 3000 -- a directory grouping gallery items -│   ├── _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 -└── gallery.yaml -- gallery settings file +./example/out ----------- the output directory for the compiled version of the gallery +./example/src ----------- source directory with pictures, configuration, tags and metadata +├── DSC0001.jpg --------- a picture +├── DSC0001.jpg.yaml ---- its associated sidecar metadata file +├── Ormont-Dessus ------- a directory grouping gallery items +│ ├── _directory.jpg -- a thumbnail for its parent directory +│ ├── _directory.yaml - directory sidecar metadata file +│ ├── DSC0002.jpg +│ ├── DSC0002.jpg.yaml +│ ├── DSC0003.jpg +│ └── DSC0003.jpg.yaml +└── gallery.yaml -------- gallery settings file ``` -- cgit v1.2.3