diff options
| author | Jan T <jans.tuomi@gmail.com> | 2022-07-14 17:59:44 +0000 |
|---|---|---|
| committer | Jan T <jans.tuomi@gmail.com> | 2022-07-14 17:59:44 +0000 |
| commit | a60fc265be51d77c50c75202c663e9d7ff1e0c84 (patch) | |
| tree | c6f7f6695353b711a8202c7967de182a3bef6689 /_configuration/galleries.json | |
| parent | ee0524d1322b0a1933487d27a79750e38730f01c (diff) | |
Update Site configuration “galleries”
Diffstat (limited to '_configuration/galleries.json')
| -rw-r--r-- | _configuration/galleries.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/_configuration/galleries.json b/_configuration/galleries.json new file mode 100644 index 0000000..be91ca4 --- /dev/null +++ b/_configuration/galleries.json @@ -0,0 +1,16 @@ +{ + "galleries": [ + { + "column_count": 2, + "images": [ + { + "title": "kuva #1", + "src_thumbnail": "/media/imagine-dragons-levykansi_mockup-custom-.jpg", + "src_hiq": "/media/imagine-dragons-levykansi_mockup.jpg" + } + ], + "summary": "testi", + "display_title": "Testi" + } + ] +}
\ No newline at end of file |
