diff options
author | Zero~Informatique | 2020-02-13 18:17:35 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-02-13 18:17:35 +0100 |
commit | 6c51a97bce7963fba47892602c1214b3bcdcd410 (patch) | |
tree | 0df87fda5a480718cf35b6087555039a706df524 /example/src | |
parent | 9c2af5dcd2d2c8754e4c74e02141822c0964a5a8 (diff) | |
parent | ef1778e051e007f08f9188a479d04fdf95a57d21 (diff) | |
download | ldgallery-6c51a97bce7963fba47892602c1214b3bcdcd410.tar.gz |
Merge branch 'oz-config-json' into develop
# Conflicts:
# scripts/win_compile_example.cmd
Diffstat (limited to 'example/src')
-rw-r--r-- | example/src/Glacier 3000/_DSC5475.jpg | bin | 0 -> 363216 bytes | |||
-rw-r--r-- | example/src/Glacier 3000/_DSC5475.jpg.yaml | 15 | ||||
-rw-r--r-- | example/src/Glacier 3000/_DSC5542.jpg | bin | 0 -> 457873 bytes | |||
-rw-r--r-- | example/src/Glacier 3000/_DSC5542.jpg.yaml | 15 | ||||
-rw-r--r-- | example/src/Glacier 3000/thumbnail.jpg | bin | 0 -> 457873 bytes | |||
-rw-r--r-- | example/src/_DSC8808-1.jpg | bin | 0 -> 1010643 bytes | |||
-rw-r--r-- | example/src/_DSC8808-1.jpg.yaml | 12 | ||||
-rw-r--r-- | example/src/gallery.yaml | 26 |
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 @@ | |||
1 | title: Fog 3000 | ||
2 | |||
3 | datetime: 2019-08-10T14:38:47+01:00 | ||
4 | |||
5 | description: > | ||
6 | © Philippe NGUYEN | ||
7 | |||
8 | tags: | ||
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 @@ | |||
1 | title: Foggy catwalk | ||
2 | |||
3 | datetime: 2019-08-10T16:00:45+01:00 | ||
4 | |||
5 | description: > | ||
6 | © Philippe NGUYEN | ||
7 | |||
8 | tags: | ||
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 @@ | |||
1 | title: Book shop | ||
2 | |||
3 | datetime: 2016-12-19T16:48:50+02:00 | ||
4 | |||
5 | description: > | ||
6 | © Philippe NGUYEN | ||
7 | |||
8 | tags: | ||
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 @@ | |||
1 | compiler: | ||
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 | |||
26 | viewer: {} | ||