aboutsummaryrefslogtreecommitdiff
path: root/example/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'example/readme.md')
-rw-r--r--example/readme.md23
1 files changed, 12 insertions, 11 deletions
diff --git a/example/readme.md b/example/readme.md
index d5a7563..2c03260 100644
--- a/example/readme.md
+++ b/example/readme.md
@@ -8,15 +8,16 @@ Content
8------- 8-------
9 9
10``` 10```
11./example 11./example/out ----------- the output directory for the compiled version of the gallery
12├── _DSC8808-1.jpg -- a picture 12./example/src ----------- source directory with pictures, configuration, tags and metadata
13├── _DSC8808-1.jpg.yaml -- its associated sidecar metadata file 13├── DSC0001.jpg --------- a picture
14├── Glacier 3000 -- a directory grouping gallery items 14├── DSC0001.jpg.yaml ---- its associated sidecar metadata file
15│   ├── thumbnail.jpg -- a thumbnail for the "Glacier 3000" directory 15├── Ormont-Dessus ------- a directory grouping gallery items
16│   ├── _DSC5475.jpg 16│ ├── _directory.jpg -- a thumbnail for its parent directory
17│   ├── _DSC5475.jpg.yaml 17│ ├── _directory.yaml - directory sidecar metadata file
18│   ├── _DSC5542.jpg 18│ ├── DSC0002.jpg
19│   └── _DSC5542.jpg.yaml 19│ ├── DSC0002.jpg.yaml
20├── gallery.yaml -- gallery settings file 20│ ├── DSC0003.jpg
21└── readme.md -- this README 21│ └── DSC0003.jpg.yaml
22└── gallery.yaml -------- gallery settings file
22``` 23```