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 | |
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')
-rw-r--r-- | example/config.json | 3 | ||||
-rw-r--r-- | example/readme.md | 6 | ||||
-rw-r--r-- | example/src/Glacier 3000/_DSC5475.jpg (renamed from example/Glacier 3000/_DSC5475.jpg) | bin | 363216 -> 363216 bytes | |||
-rw-r--r-- | example/src/Glacier 3000/_DSC5475.jpg.yaml (renamed from example/Glacier 3000/_DSC5475.jpg.yaml) | 0 | ||||
-rw-r--r-- | example/src/Glacier 3000/_DSC5542.jpg (renamed from example/Glacier 3000/_DSC5542.jpg) | bin | 457873 -> 457873 bytes | |||
-rw-r--r-- | example/src/Glacier 3000/_DSC5542.jpg.yaml (renamed from example/Glacier 3000/_DSC5542.jpg.yaml) | 0 | ||||
-rw-r--r-- | example/src/Glacier 3000/thumbnail.jpg (renamed from example/Glacier 3000/thumbnail.jpg) | bin | 457873 -> 457873 bytes | |||
-rw-r--r-- | example/src/_DSC8808-1.jpg (renamed from example/_DSC8808-1.jpg) | bin | 1010643 -> 1010643 bytes | |||
-rw-r--r-- | example/src/_DSC8808-1.jpg.yaml (renamed from example/_DSC8808-1.jpg.yaml) | 0 | ||||
-rw-r--r-- | example/src/gallery.yaml (renamed from example/gallery.yaml) | 0 |
10 files changed, 6 insertions, 3 deletions
diff --git a/example/config.json b/example/config.json new file mode 100644 index 0000000..6483257 --- /dev/null +++ b/example/config.json | |||
@@ -0,0 +1,3 @@ | |||
1 | { | ||
2 | "galleryRoot": "out/" | ||
3 | } | ||
diff --git a/example/readme.md b/example/readme.md index d5a7563..e455f03 100644 --- a/example/readme.md +++ b/example/readme.md | |||
@@ -8,7 +8,8 @@ Content | |||
8 | ------- | 8 | ------- |
9 | 9 | ||
10 | ``` | 10 | ``` |
11 | ./example | 11 | ./example/out -- the output directory for the compiled version of the gallery |
12 | ./example/src -- source directory with pictures, configuration, tags and metadata | ||
12 | ├── _DSC8808-1.jpg -- a picture | 13 | ├── _DSC8808-1.jpg -- a picture |
13 | ├── _DSC8808-1.jpg.yaml -- its associated sidecar metadata file | 14 | ├── _DSC8808-1.jpg.yaml -- its associated sidecar metadata file |
14 | ├── Glacier 3000 -- a directory grouping gallery items | 15 | ├── Glacier 3000 -- a directory grouping gallery items |
@@ -17,6 +18,5 @@ Content | |||
17 | │ ├── _DSC5475.jpg.yaml | 18 | │ ├── _DSC5475.jpg.yaml |
18 | │ ├── _DSC5542.jpg | 19 | │ ├── _DSC5542.jpg |
19 | │ └── _DSC5542.jpg.yaml | 20 | │ └── _DSC5542.jpg.yaml |
20 | ├── gallery.yaml -- gallery settings file | 21 | └── gallery.yaml -- gallery settings file |
21 | └── readme.md -- this README | ||
22 | ``` | 22 | ``` |
diff --git a/example/Glacier 3000/_DSC5475.jpg b/example/src/Glacier 3000/_DSC5475.jpg index 9835447..9835447 100644 --- a/example/Glacier 3000/_DSC5475.jpg +++ b/example/src/Glacier 3000/_DSC5475.jpg | |||
Binary files differ | |||
diff --git a/example/Glacier 3000/_DSC5475.jpg.yaml b/example/src/Glacier 3000/_DSC5475.jpg.yaml index 3454a68..3454a68 100644 --- a/example/Glacier 3000/_DSC5475.jpg.yaml +++ b/example/src/Glacier 3000/_DSC5475.jpg.yaml | |||
diff --git a/example/Glacier 3000/_DSC5542.jpg b/example/src/Glacier 3000/_DSC5542.jpg index 19a716e..19a716e 100644 --- a/example/Glacier 3000/_DSC5542.jpg +++ b/example/src/Glacier 3000/_DSC5542.jpg | |||
Binary files differ | |||
diff --git a/example/Glacier 3000/_DSC5542.jpg.yaml b/example/src/Glacier 3000/_DSC5542.jpg.yaml index d174911..d174911 100644 --- a/example/Glacier 3000/_DSC5542.jpg.yaml +++ b/example/src/Glacier 3000/_DSC5542.jpg.yaml | |||
diff --git a/example/Glacier 3000/thumbnail.jpg b/example/src/Glacier 3000/thumbnail.jpg index 19a716e..19a716e 100644 --- a/example/Glacier 3000/thumbnail.jpg +++ b/example/src/Glacier 3000/thumbnail.jpg | |||
Binary files differ | |||
diff --git a/example/_DSC8808-1.jpg b/example/src/_DSC8808-1.jpg index 51b43b0..51b43b0 100644 --- a/example/_DSC8808-1.jpg +++ b/example/src/_DSC8808-1.jpg | |||
Binary files differ | |||
diff --git a/example/_DSC8808-1.jpg.yaml b/example/src/_DSC8808-1.jpg.yaml index b946ff7..b946ff7 100644 --- a/example/_DSC8808-1.jpg.yaml +++ b/example/src/_DSC8808-1.jpg.yaml | |||
diff --git a/example/gallery.yaml b/example/src/gallery.yaml index ea23d8a..ea23d8a 100644 --- a/example/gallery.yaml +++ b/example/src/gallery.yaml | |||