Add gallery slideshows with PhotoSwipe

This commit is contained in:
Danny Berger
2014-12-20 08:59:32 -07:00
parent 80cd22a94a
commit 77f6e4f4c0
19 changed files with 833 additions and 19 deletions

View File

@@ -7,9 +7,9 @@ highlight_photo: 'df5150c-a-classic-view'
---
<div itemprop="description">
<p>
Some photos from my trip to London and Iceland. See them <a href="map.html">on a map</a>, too.
</p>
<p>
Some photos from my trip to London and Iceland. View <a href="slideshow.html">slideshow</a>, <a href="map.html">map</a>.
</p>
</div>
{% include gallery_list.html gallery='2014-london-iceland-trip' %}

View File

@@ -1,6 +1,8 @@
---
layout: post
title: London &amp; Iceland Trip
layout: "gallery-map"
title: "London &amp; Iceland Trip"
gallery_map:
latitude: 59.1116508
longitude: -10.4266682
zoom: 4
---
{% include gallery_map.html gallery='2014-london-iceland-trip' latitude=59.1116508 longitude=-10.4266682 zoom=4 %}

View File

@@ -0,0 +1,4 @@
---
layout: "gallery-slideshow"
title: "London &amp; Iceland Trip"
---