diff options
Diffstat (limited to 'ldgallery-quickstart.7.md')
-rw-r--r-- | ldgallery-quickstart.7.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ldgallery-quickstart.7.md b/ldgallery-quickstart.7.md index 4c93f51..684e90d 100644 --- a/ldgallery-quickstart.7.md +++ b/ldgallery-quickstart.7.md | |||
@@ -32,7 +32,7 @@ A new gallery can be initialised by creating a directory containing a gallery co | |||
32 | 32 | ||
33 | ``` | 33 | ``` |
34 | ./monument-gallery-source | 34 | ./monument-gallery-source |
35 | └── gallery.yaml ----------- gallery settings file | 35 | └── gallery.yaml ------ gallery settings file |
36 | ``` | 36 | ``` |
37 | 37 | ||
38 | __gallery.yaml__ holds the settings of the gallery. | 38 | __gallery.yaml__ holds the settings of the gallery. |
@@ -56,9 +56,9 @@ Optionally, some metadata such as a title and some tags can be associated by cre | |||
56 | 56 | ||
57 | ``` | 57 | ``` |
58 | ./monument-gallery-source | 58 | ./monument-gallery-source |
59 | ├── gallery.yaml ----------- gallery settings file | 59 | ├── gallery.yaml ------ gallery settings file |
60 | ├── DSC0001.jpg ------------ a picture | 60 | ├── DSC0001.jpg ------- a picture |
61 | └── DSC0001.jpg.yaml ------- its associated optional sidecar metadata file | 61 | └── DSC0001.jpg.yaml -- its associated optional sidecar metadata file |
62 | ``` | 62 | ``` |
63 | 63 | ||
64 | The sidecar metadata file "DSC0001.jpg.yaml" can have the following content: | 64 | The sidecar metadata file "DSC0001.jpg.yaml" can have the following content: |