From d765dc84066b955b6eac488acdd6051645f969a0 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 21 Dec 2019 04:03:12 +0100 Subject: add example gallery with reference gallery index --- example/Glacier 3000/_DSC5475.jpg | Bin 0 -> 363216 bytes example/Glacier 3000/_DSC5475.jpg.yaml | 15 +++++++++++++++ example/Glacier 3000/_DSC5542.jpg | Bin 0 -> 457873 bytes example/Glacier 3000/_DSC5542.jpg.yaml | 15 +++++++++++++++ 4 files changed, 30 insertions(+) create mode 100644 example/Glacier 3000/_DSC5475.jpg create mode 100644 example/Glacier 3000/_DSC5475.jpg.yaml create mode 100644 example/Glacier 3000/_DSC5542.jpg create mode 100644 example/Glacier 3000/_DSC5542.jpg.yaml (limited to 'example/Glacier 3000') diff --git a/example/Glacier 3000/_DSC5475.jpg b/example/Glacier 3000/_DSC5475.jpg new file mode 100644 index 0000000..9835447 Binary files /dev/null and b/example/Glacier 3000/_DSC5475.jpg differ diff --git a/example/Glacier 3000/_DSC5475.jpg.yaml b/example/Glacier 3000/_DSC5475.jpg.yaml new file mode 100644 index 0000000..0d89888 --- /dev/null +++ b/example/Glacier 3000/_DSC5475.jpg.yaml @@ -0,0 +1,15 @@ +title: Fog 3000 + +date: 2019:08:10T14:38:47+01:00 + +description: > + © Philippe NGUYEN + +tags: + - photographer.nphilou + - location.switzerland.ormont-dessus + - glacier3000 + - time.day + - weather.foggy + - forest + - trees diff --git a/example/Glacier 3000/_DSC5542.jpg b/example/Glacier 3000/_DSC5542.jpg new file mode 100644 index 0000000..19a716e Binary files /dev/null and b/example/Glacier 3000/_DSC5542.jpg differ diff --git a/example/Glacier 3000/_DSC5542.jpg.yaml b/example/Glacier 3000/_DSC5542.jpg.yaml new file mode 100644 index 0000000..b513c0e --- /dev/null +++ b/example/Glacier 3000/_DSC5542.jpg.yaml @@ -0,0 +1,15 @@ +title: Foggy catwalk + +date: 2019:08:10T16:00:45+01:00 + +description: > + © Philippe NGUYEN + +tags: + - photographer.nphilou + - location.switzerland.ormont-dessus + - glacier3000 + - time.day + - weather.foggy + - catwalk + - mountain -- cgit v1.2.3 From eb7a652b2244ffa4dd5ba2440b7879127e7c6078 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 27 Dec 2019 10:08:19 +0100 Subject: compiler: implement resource processing but break directory cleanup --- example/Glacier 3000/thumbnail.jpg | Bin 0 -> 457873 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 example/Glacier 3000/thumbnail.jpg (limited to 'example/Glacier 3000') diff --git a/example/Glacier 3000/thumbnail.jpg b/example/Glacier 3000/thumbnail.jpg new file mode 100644 index 0000000..19a716e Binary files /dev/null and b/example/Glacier 3000/thumbnail.jpg differ -- cgit v1.2.3 From ab84d0503e39f0a3acb6f8f5e6706a377aaeaf33 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 29 Dec 2019 22:03:51 +0100 Subject: example: fix iso 8601 dates --- example/Glacier 3000/_DSC5475.jpg.yaml | 2 +- example/Glacier 3000/_DSC5542.jpg.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'example/Glacier 3000') diff --git a/example/Glacier 3000/_DSC5475.jpg.yaml b/example/Glacier 3000/_DSC5475.jpg.yaml index 0d89888..d60efc3 100644 --- a/example/Glacier 3000/_DSC5475.jpg.yaml +++ b/example/Glacier 3000/_DSC5475.jpg.yaml @@ -1,6 +1,6 @@ title: Fog 3000 -date: 2019:08:10T14:38:47+01:00 +date: 2019-08-10T14:38:47+01:00 description: > © Philippe NGUYEN diff --git a/example/Glacier 3000/_DSC5542.jpg.yaml b/example/Glacier 3000/_DSC5542.jpg.yaml index b513c0e..a67b284 100644 --- a/example/Glacier 3000/_DSC5542.jpg.yaml +++ b/example/Glacier 3000/_DSC5542.jpg.yaml @@ -1,6 +1,6 @@ title: Foggy catwalk -date: 2019:08:10T16:00:45+01:00 +date: 2019-08-10T16:00:45+01:00 description: > © Philippe NGUYEN -- cgit v1.2.3 From f1ffff03ad6bf86c32c3af90393bd53ca21ad4db Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 6 Jan 2020 11:05:18 +0100 Subject: compiler: rename date field to more explicit datetime --- example/Glacier 3000/_DSC5475.jpg.yaml | 2 +- example/Glacier 3000/_DSC5542.jpg.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'example/Glacier 3000') diff --git a/example/Glacier 3000/_DSC5475.jpg.yaml b/example/Glacier 3000/_DSC5475.jpg.yaml index d60efc3..3454a68 100644 --- a/example/Glacier 3000/_DSC5475.jpg.yaml +++ b/example/Glacier 3000/_DSC5475.jpg.yaml @@ -1,6 +1,6 @@ title: Fog 3000 -date: 2019-08-10T14:38:47+01:00 +datetime: 2019-08-10T14:38:47+01:00 description: > © Philippe NGUYEN diff --git a/example/Glacier 3000/_DSC5542.jpg.yaml b/example/Glacier 3000/_DSC5542.jpg.yaml index a67b284..d174911 100644 --- a/example/Glacier 3000/_DSC5542.jpg.yaml +++ b/example/Glacier 3000/_DSC5542.jpg.yaml @@ -1,6 +1,6 @@ title: Foggy catwalk -date: 2019-08-10T16:00:45+01:00 +datetime: 2019-08-10T16:00:45+01:00 description: > © Philippe NGUYEN -- cgit v1.2.3