aboutsummaryrefslogtreecommitdiff
path: root/example/readme.md
diff options
context:
space:
mode:
authorpacien2020-05-02 04:11:24 +0200
committerpacien2020-05-02 04:11:24 +0200
commit8e3ac8fe44bebb38e1882ca7f06b8100078ad88d (patch)
treea748fa1e639cb3b5e1f24a8150e89dbb28c980cb /example/readme.md
parent7042ffc06326fa8ffe70f5a59747709250166c16 (diff)
parent0e0b5b0ae44da7c1d67983dedd8f8d8d3516236f (diff)
downloadldgallery-8e3ac8fe44bebb38e1882ca7f06b8100078ad88d.tar.gz
Merge branch 'develop': release v1.0v1.0
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```