aboutsummaryrefslogtreecommitdiff
path: root/example/readme.md
blob: 809ae6869420f62ff5d3882ff4558b77a58d2635 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
ldgallery example gallery
=========================

This directory contains an example source directory that _ldgallery_ can understand to generate a gallery.


Content
-------

```
./example/out                -- the output directory for the compiled version of the gallery
./example/src                -- source directory with pictures, configuration, tags and metadata
├── _DSC8808-1.jpg           -- a picture
├── _DSC8808-1.jpg.yaml      -- its associated sidecar metadata file
├── Glacier 3000             -- a directory grouping gallery items
│   ├── _directory.jpg       -- a thumbnail for the "Glacier 3000" directory
│   ├── _directory.yaml      -- sidecar metadata file for the "Glacier 3000" directory
│   ├── _DSC5475.jpg
│   ├── _DSC5475.jpg.yaml
│   ├── _DSC5542.jpg
│   └── _DSC5542.jpg.yaml
└── gallery.yaml             -- gallery settings file
```