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

@@ -6,4 +6,10 @@ date_end: '2014-10-13'
highlight_photo: 'f114579-img-1074'
---
<div itemprop="description">
<p>
View <a href="slideshow.html">slideshow</a>.
</p>
</div>
{% include gallery_list.html gallery='2014-albuquerque-balloon-fiesta' %}

View File

@@ -0,0 +1,4 @@
---
layout: "gallery-slideshow"
title: "Albuquerque Balloon Fiesta"
---

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"
---

View File

@@ -1,8 +1,14 @@
---
layout: gallery-list
title: Colorado Aspens
title: "Colorado Aspens"
date: '2014-09-27'
highlight_photo: '2dbeedb-aspens-invading'
---
<div itemprop="description">
<p>
View <a href="slideshow.html">slideshow</a>.
</p>
</div>
{% include gallery_list.html gallery='2014-colorado-aspens' %}

View File

@@ -0,0 +1,4 @@
---
layout: "gallery-slideshow"
title: "Colorado Aspens"
---

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"
---