aboutsummaryrefslogtreecommitdiff
path: root/example/src
diff options
context:
space:
mode:
Diffstat (limited to 'example/src')
-rw-r--r--example/src/Glacier 3000/_DSC5475.jpgbin0 -> 363216 bytes
-rw-r--r--example/src/Glacier 3000/_DSC5475.jpg.yaml15
-rw-r--r--example/src/Glacier 3000/_DSC5542.jpgbin0 -> 457873 bytes
-rw-r--r--example/src/Glacier 3000/_DSC5542.jpg.yaml15
-rw-r--r--example/src/Glacier 3000/thumbnail.jpgbin0 -> 457873 bytes
-rw-r--r--example/src/_DSC8808-1.jpgbin0 -> 1010643 bytes
-rw-r--r--example/src/_DSC8808-1.jpg.yaml12
-rw-r--r--example/src/gallery.yaml26
8 files changed, 68 insertions, 0 deletions
diff --git a/example/src/Glacier 3000/_DSC5475.jpg b/example/src/Glacier 3000/_DSC5475.jpg
new file mode 100644
index 0000000..9835447
--- /dev/null
+++ b/example/src/Glacier 3000/_DSC5475.jpg
Binary files differ
diff --git a/example/src/Glacier 3000/_DSC5475.jpg.yaml b/example/src/Glacier 3000/_DSC5475.jpg.yaml
new file mode 100644
index 0000000..3454a68
--- /dev/null
+++ b/example/src/Glacier 3000/_DSC5475.jpg.yaml
@@ -0,0 +1,15 @@
1title: Fog 3000
2
3datetime: 2019-08-10T14:38:47+01:00
4
5description: >
6 © Philippe NGUYEN
7
8tags:
9 - photographer.nphilou
10 - location.switzerland.ormont-dessus
11 - glacier3000
12 - time.day
13 - weather.foggy
14 - forest
15 - trees
diff --git a/example/src/Glacier 3000/_DSC5542.jpg b/example/src/Glacier 3000/_DSC5542.jpg
new file mode 100644
index 0000000..19a716e
--- /dev/null
+++ b/example/src/Glacier 3000/_DSC5542.jpg
Binary files differ
diff --git a/example/src/Glacier 3000/_DSC5542.jpg.yaml b/example/src/Glacier 3000/_DSC5542.jpg.yaml
new file mode 100644
index 0000000..d174911
--- /dev/null
+++ b/example/src/Glacier 3000/_DSC5542.jpg.yaml
@@ -0,0 +1,15 @@
1title: Foggy catwalk
2
3datetime: 2019-08-10T16:00:45+01:00
4
5description: >
6 © Philippe NGUYEN
7
8tags:
9 - photographer.nphilou
10 - location.switzerland.ormont-dessus
11 - glacier3000
12 - time.day
13 - weather.foggy
14 - catwalk
15 - mountain
diff --git a/example/src/Glacier 3000/thumbnail.jpg b/example/src/Glacier 3000/thumbnail.jpg
new file mode 100644
index 0000000..19a716e
--- /dev/null
+++ b/example/src/Glacier 3000/thumbnail.jpg
Binary files differ
diff --git a/example/src/_DSC8808-1.jpg b/example/src/_DSC8808-1.jpg
new file mode 100644
index 0000000..51b43b0
--- /dev/null
+++ b/example/src/_DSC8808-1.jpg
Binary files differ
diff --git a/example/src/_DSC8808-1.jpg.yaml b/example/src/_DSC8808-1.jpg.yaml
new file mode 100644
index 0000000..b946ff7
--- /dev/null
+++ b/example/src/_DSC8808-1.jpg.yaml
@@ -0,0 +1,12 @@
1title: Book shop
2
3datetime: 2016-12-19T16:48:50+02:00
4
5description: >
6 © Philippe NGUYEN
7
8tags:
9 - photographer.nphilou
10 - location.germany.berlin
11 - books
12 - book-shop
diff --git a/example/src/gallery.yaml b/example/src/gallery.yaml
new file mode 100644
index 0000000..ea23d8a
--- /dev/null
+++ b/example/src/gallery.yaml
@@ -0,0 +1,26 @@
1compiler:
2 galleryName: Example gallery
3
4 #includedDirectories: ["*"]
5 #excludedDirectories: []
6
7 includedFiles:
8 - "*.jpg"
9
10 #excludedFiles:
11 #- "*.md"
12
13 tagsFromDirectories: 0 # default
14
15 thumbnailMaxResolution:
16 width: 400 # default
17 height: 300 # default
18
19 pictureMaxResolution:
20 width: 1024
21 height: 768
22
23 #jpegExportQuality: 80 # default
24
25
26viewer: {}