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: '106c907-museu-nacional-dart-de-catalunya'
---
<div itemprop="description">
<p>
Some photos from my trip to Barcelona. See them <a href="map.html">on a map</a>, too.
</p>
<p>
Some photos from my trip to Barcelona. View <a href="slideshow.html">slideshow</a>, <a href="map.html">map</a>.
</p>
</div>
{% include gallery_list.html gallery='2014-barcelona-trip' %}

View File

@@ -1,6 +1,8 @@
---
layout: post
title: Barcelona Trip
layout: "gallery-map"
title: "Barcelona Trip"
gallery_map:
latitude: 41.3955627
longitude: 2.1756329
zoom: 12
---
{% include gallery_map.html gallery='2014-barcelona-trip' latitude=41.3955627 longitude=2.1756329 zoom=12 %}

View File

@@ -0,0 +1,4 @@
---
layout: "gallery-slideshow"
title: "Barcelona Trip"
---