aboutsummaryrefslogtreecommitdiff
path: root/example/readme.md
diff options
context:
space:
mode:
authorpacien2020-02-26 02:15:33 +0100
committerpacien2020-02-26 02:15:33 +0100
commit20790ffcf740103f59ae41386e6c074ce80f7a02 (patch)
treef1e58b4e09c8b69c74c32955dac27c2b931fd095 /example/readme.md
parent30437930afc803ffdd1f8cacf881ad0d8079068f (diff)
downloadldgallery-20790ffcf740103f59ae41386e6c074ce80f7a02.tar.gz
example: renaming
Diffstat (limited to 'example/readme.md')
-rw-r--r--example/readme.md24
1 files changed, 12 insertions, 12 deletions
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
8------- 8-------
9 9
10``` 10```
11./example/out -- the output directory for the compiled version of the gallery 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./example/src ----------- source directory with pictures, configuration, tags and metadata
13├── _DSC8808-1.jpg -- a picture 13├── DSC0001.jpg --------- a picture
14├── _DSC8808-1.jpg.yaml -- its associated sidecar metadata file 14├── DSC0001.jpg.yaml ---- its associated sidecar metadata file
15├── Glacier 3000 -- a directory grouping gallery items 15├── Ormont-Dessus ------- a directory grouping gallery items
16   ├── _directory.jpg -- a thumbnail for the "Glacier 3000" directory 16 ├── _directory.jpg -- a thumbnail for its parent directory
17   ├── _directory.yaml -- sidecar metadata file for the "Glacier 3000" directory 17 ├── _directory.yaml - directory sidecar metadata file
18   ├── _DSC5475.jpg 18 ├── DSC0002.jpg
19   ├── _DSC5475.jpg.yaml 19 ├── DSC0002.jpg.yaml
20   ├── _DSC5542.jpg 20 ├── DSC0003.jpg
21   └── _DSC5542.jpg.yaml 21 └── DSC0003.jpg.yaml
22└── gallery.yaml -- gallery settings file 22└── gallery.yaml -------- gallery settings file
23``` 23```