diff options
Diffstat (limited to 'example/src')
-rw-r--r-- | example/src/Glacier 3000/_DSC5475.jpg.yaml | 2 | ||||
-rw-r--r-- | example/src/Glacier 3000/_DSC5542.jpg.yaml | 2 | ||||
-rw-r--r-- | example/src/Glacier 3000/directory.yaml | 4 | ||||
-rw-r--r-- | example/src/directory.yaml | 1 | ||||
-rw-r--r-- | example/src/gallery.yaml | 2 |
5 files changed, 5 insertions, 6 deletions
diff --git a/example/src/Glacier 3000/_DSC5475.jpg.yaml b/example/src/Glacier 3000/_DSC5475.jpg.yaml index 3454a68..dfff6e8 100644 --- a/example/src/Glacier 3000/_DSC5475.jpg.yaml +++ b/example/src/Glacier 3000/_DSC5475.jpg.yaml | |||
@@ -7,8 +7,6 @@ description: > | |||
7 | 7 | ||
8 | tags: | 8 | tags: |
9 | - photographer.nphilou | 9 | - photographer.nphilou |
10 | - location.switzerland.ormont-dessus | ||
11 | - glacier3000 | ||
12 | - time.day | 10 | - time.day |
13 | - weather.foggy | 11 | - weather.foggy |
14 | - forest | 12 | - forest |
diff --git a/example/src/Glacier 3000/_DSC5542.jpg.yaml b/example/src/Glacier 3000/_DSC5542.jpg.yaml index d174911..f2c6a94 100644 --- a/example/src/Glacier 3000/_DSC5542.jpg.yaml +++ b/example/src/Glacier 3000/_DSC5542.jpg.yaml | |||
@@ -7,8 +7,6 @@ description: > | |||
7 | 7 | ||
8 | tags: | 8 | tags: |
9 | - photographer.nphilou | 9 | - photographer.nphilou |
10 | - location.switzerland.ormont-dessus | ||
11 | - glacier3000 | ||
12 | - time.day | 10 | - time.day |
13 | - weather.foggy | 11 | - weather.foggy |
14 | - catwalk | 12 | - catwalk |
diff --git a/example/src/Glacier 3000/directory.yaml b/example/src/Glacier 3000/directory.yaml new file mode 100644 index 0000000..44674cf --- /dev/null +++ b/example/src/Glacier 3000/directory.yaml | |||
@@ -0,0 +1,4 @@ | |||
1 | # The following tags are applied to all items in the directory | ||
2 | tags: | ||
3 | - location.switzerland.ormont-dessus | ||
4 | - glacier3000 | ||
diff --git a/example/src/directory.yaml b/example/src/directory.yaml new file mode 100644 index 0000000..ab81bb2 --- /dev/null +++ b/example/src/directory.yaml | |||
@@ -0,0 +1 @@ | |||
title: Example gallery | |||
diff --git a/example/src/gallery.yaml b/example/src/gallery.yaml index 5efbfef..bef19e0 100644 --- a/example/src/gallery.yaml +++ b/example/src/gallery.yaml | |||
@@ -1,6 +1,4 @@ | |||
1 | compiler: | 1 | compiler: |
2 | galleryName: Example gallery | ||
3 | |||
4 | #includedDirectories: ["*"] | 2 | #includedDirectories: ["*"] |
5 | #excludedDirectories: [] | 3 | #excludedDirectories: [] |
6 | 4 | ||