diff options
author | Zero~Informatique | 2020-02-13 18:17:35 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-02-13 18:17:35 +0100 |
commit | 6c51a97bce7963fba47892602c1214b3bcdcd410 (patch) | |
tree | 0df87fda5a480718cf35b6087555039a706df524 /example/readme.md | |
parent | 9c2af5dcd2d2c8754e4c74e02141822c0964a5a8 (diff) | |
parent | ef1778e051e007f08f9188a479d04fdf95a57d21 (diff) | |
download | ldgallery-6c51a97bce7963fba47892602c1214b3bcdcd410.tar.gz |
Merge branch 'oz-config-json' into develop
# Conflicts:
# scripts/win_compile_example.cmd
Diffstat (limited to 'example/readme.md')
-rw-r--r-- | example/readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example/readme.md b/example/readme.md index d5a7563..e455f03 100644 --- a/example/readme.md +++ b/example/readme.md | |||
@@ -8,7 +8,8 @@ Content | |||
8 | ------- | 8 | ------- |
9 | 9 | ||
10 | ``` | 10 | ``` |
11 | ./example | 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,6 +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 | └── readme.md -- this README | ||
22 | ``` | 22 | ``` |