From d1fee8dccd2bbcbec5d42d9de1e6adadfa70d952 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 11 Jul 2022 23:04:40 +0300 Subject: Rename gallery jsons for ordering purposes --- _gallery/01-testigalleria.json | 17 +++++++++++++++++ _gallery/02-otsikoton-galleria.json | 22 ++++++++++++++++++++++ _gallery/otsikoton-galleria.json | 22 ---------------------- _gallery/testigalleria.json | 17 ----------------- 4 files changed, 39 insertions(+), 39 deletions(-) create mode 100644 _gallery/01-testigalleria.json create mode 100644 _gallery/02-otsikoton-galleria.json delete mode 100644 _gallery/otsikoton-galleria.json delete mode 100644 _gallery/testigalleria.json diff --git a/_gallery/01-testigalleria.json b/_gallery/01-testigalleria.json new file mode 100644 index 0000000..31bf5c0 --- /dev/null +++ b/_gallery/01-testigalleria.json @@ -0,0 +1,17 @@ +{ + "column_count": 2, + "show_title": true, + "images": [ + { + "src_thumbnail": "/media/hassu.png", + "src_hiq": "/media/hassu.png", + "title": "Hassu naama" + }, + { + "src_thumbnail": "/media/halo.png", + "src_hiq": "/media/halo.png", + "title": "Halo hajos" + } + ], + "title": "01 Testigalleria" +} \ No newline at end of file diff --git a/_gallery/02-otsikoton-galleria.json b/_gallery/02-otsikoton-galleria.json new file mode 100644 index 0000000..a86859e --- /dev/null +++ b/_gallery/02-otsikoton-galleria.json @@ -0,0 +1,22 @@ +{ + "show_title": false, + "column_count": 3, + "images": [ + { + "title": "placeholder 1", + "src_thumbnail": "https://via.placeholder.com/200x200", + "src_hiq": "https://via.placeholder.com/1000x1000" + }, + { + "title": "placeholder 2", + "src_hiq": "https://via.placeholder.com/1000x1000", + "src_thumbnail": "https://via.placeholder.com/200x200" + }, + { + "title": "placeholder 3", + "src_thumbnail": "/media/hassu.png", + "src_hiq": "/media/hassu.png" + } + ], + "title": "02 Otsikoton galleria" +} \ No newline at end of file diff --git a/_gallery/otsikoton-galleria.json b/_gallery/otsikoton-galleria.json deleted file mode 100644 index a86859e..0000000 --- a/_gallery/otsikoton-galleria.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "show_title": false, - "column_count": 3, - "images": [ - { - "title": "placeholder 1", - "src_thumbnail": "https://via.placeholder.com/200x200", - "src_hiq": "https://via.placeholder.com/1000x1000" - }, - { - "title": "placeholder 2", - "src_hiq": "https://via.placeholder.com/1000x1000", - "src_thumbnail": "https://via.placeholder.com/200x200" - }, - { - "title": "placeholder 3", - "src_thumbnail": "/media/hassu.png", - "src_hiq": "/media/hassu.png" - } - ], - "title": "02 Otsikoton galleria" -} \ No newline at end of file diff --git a/_gallery/testigalleria.json b/_gallery/testigalleria.json deleted file mode 100644 index 31bf5c0..0000000 --- a/_gallery/testigalleria.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "column_count": 2, - "show_title": true, - "images": [ - { - "src_thumbnail": "/media/hassu.png", - "src_hiq": "/media/hassu.png", - "title": "Hassu naama" - }, - { - "src_thumbnail": "/media/halo.png", - "src_hiq": "/media/halo.png", - "title": "Halo hajos" - } - ], - "title": "01 Testigalleria" -} \ No newline at end of file -- cgit v1.3