aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorZero~Informatique2020-02-13 18:13:55 +0100
committerZero~Informatique2020-02-13 18:13:55 +0100
commitef1778e051e007f08f9188a479d04fdf95a57d21 (patch)
treec29727c29c66778007d5c32e336ba2aa565031f5 /example
parent1763c8ce725098100618079553a9ec4f79386a5d (diff)
downloadldgallery-ef1778e051e007f08f9188a479d04fdf95a57d21.tar.gz
documentation
Diffstat (limited to 'example')
-rw-r--r--example/readme.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/example/readme.md b/example/readme.md
index 087a8bc..e455f03 100644
--- a/example/readme.md
+++ b/example/readme.md
@@ -8,7 +8,8 @@ Content
8------- 8-------
9 9
10``` 10```
11./example/src 11./example/out -- the output directory for the compiled version of the gallery
12./example/src -- source directory with pictures, configuration, tags and metadata
12├── _DSC8808-1.jpg -- a picture 13├── _DSC8808-1.jpg -- a picture
13├── _DSC8808-1.jpg.yaml -- its associated sidecar metadata file 14├── _DSC8808-1.jpg.yaml -- its associated sidecar metadata file
14├── Glacier 3000 -- a directory grouping gallery items 15├── Glacier 3000 -- a directory grouping gallery items
@@ -17,5 +18,5 @@ Content
17│   ├── _DSC5475.jpg.yaml 18│   ├── _DSC5475.jpg.yaml
18│   ├── _DSC5542.jpg 19│   ├── _DSC5542.jpg
19│   └── _DSC5542.jpg.yaml 20│   └── _DSC5542.jpg.yaml
20├── gallery.yaml -- gallery settings file 21â”── gallery.yaml -- gallery settings file
21``` 22```