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/_DSC8808-1.jpg.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 example/_DSC8808-1.jpg.yaml (limited to 'example/_DSC8808-1.jpg.yaml') diff --git a/example/_DSC8808-1.jpg.yaml b/example/_DSC8808-1.jpg.yaml new file mode 100644 index 0000000..d7631db --- /dev/null +++ b/example/_DSC8808-1.jpg.yaml @@ -0,0 +1,12 @@ +title: Book shop + +date: 2016:12:19T16:48:50+02:00 + +description: > + © Philippe NGUYEN + +tags: + - photographer.nphilou + - location.germany.berlin + - books + - book-shop -- 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/_DSC8808-1.jpg.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/_DSC8808-1.jpg.yaml') diff --git a/example/_DSC8808-1.jpg.yaml b/example/_DSC8808-1.jpg.yaml index d7631db..ce334c2 100644 --- a/example/_DSC8808-1.jpg.yaml +++ b/example/_DSC8808-1.jpg.yaml @@ -1,6 +1,6 @@ title: Book shop -date: 2016:12:19T16:48:50+02:00 +date: 2016-12-19T16:48:50+02: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/_DSC8808-1.jpg.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/_DSC8808-1.jpg.yaml') diff --git a/example/_DSC8808-1.jpg.yaml b/example/_DSC8808-1.jpg.yaml index ce334c2..b946ff7 100644 --- a/example/_DSC8808-1.jpg.yaml +++ b/example/_DSC8808-1.jpg.yaml @@ -1,6 +1,6 @@ title: Book shop -date: 2016-12-19T16:48:50+02:00 +datetime: 2016-12-19T16:48:50+02:00 description: > © Philippe NGUYEN -- cgit v1.2.3