aboutsummaryrefslogtreecommitdiff
path: root/example/readme.md
diff options
context:
space:
mode:
authorpacien2019-12-21 04:03:12 +0100
committerpacien2019-12-21 04:03:12 +0100
commitd765dc84066b955b6eac488acdd6051645f969a0 (patch)
tree9074e068dd86ba3a9a7766506aef547e9c2f7f83 /example/readme.md
parent6e7ee4d38fb3630a13d31592f0f6ae9bbe8e1bd6 (diff)
downloadldgallery-d765dc84066b955b6eac488acdd6051645f969a0.tar.gz
add example gallery
with reference gallery index
Diffstat (limited to 'example/readme.md')
-rw-r--r--example/readme.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/example/readme.md b/example/readme.md
new file mode 100644
index 0000000..11e20c1
--- /dev/null
+++ b/example/readme.md
@@ -0,0 +1,21 @@
1ldgallery example gallery
2=========================
3
4This directory contains an example source directory that _ldgallery_ can understand to generate a gallery.
5
6
7Content
8-------
9
10```
11./example
12├── _DSC8808-1.jpg -- a picture
13├── _DSC8808-1.jpg.yaml -- its associated sidecar metadata file
14├── Glacier 3000 -- a directory grouping gallery items
15│   ├── _DSC5475.jpg
16│   ├── _DSC5475.jpg.yaml
17│   ├── _DSC5542.jpg
18│   └── _DSC5542.jpg.yaml
19├── index.json -- reference gallery index file
20└── readme.md -- this README
21```