aboutsummaryrefslogtreecommitdiff
path: root/example/src
diff options
context:
space:
mode:
Diffstat (limited to 'example/src')
-rw-r--r--example/src/Glacier 3000/_DSC5475.jpg.yaml2
-rw-r--r--example/src/Glacier 3000/_DSC5542.jpg.yaml2
-rw-r--r--example/src/Glacier 3000/directory.yaml4
-rw-r--r--example/src/directory.yaml1
-rw-r--r--example/src/gallery.yaml2
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
8tags: 8tags:
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
8tags: 8tags:
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
2tags:
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 @@
1compiler: 1compiler:
2 galleryName: Example gallery
3
4 #includedDirectories: ["*"] 2 #includedDirectories: ["*"]
5 #excludedDirectories: [] 3 #excludedDirectories: []
6 4