Add recent albums and stubs for new posts

This commit is contained in:
2016-01-13 16:44:24 +00:00
parent 357f6e0043
commit 81010f9635
30 changed files with 378 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
set root=%~dp0..
php %root%/_scripts/generate-gallery-yaml.php %1
php -f %root%/_scripts/generate-gallery-yaml.php %1

View File

@@ -1,8 +1,9 @@
set root=%~dp0..
echo %1
php -dmemory_limit=1G %root%/_scripts/generate-gallery.php ^
%1 ^
%2 ^
%root%/asset/gallery ^
%3 ^
%root%/gallery ^
--export 1920x1080 ^
--export 200x200 ^

View File

@@ -37,7 +37,6 @@ $oConsole
$sLayout = $oInput->getOption('layout');
$sExports = $oInput->getOption('export');
$bSkipResize = $oInput->getOption('skip-resize');
$bSkipResize = true;
$oImagine = new Imagine\Gd\Imagine();

View File

@@ -0,0 +1,7 @@
---
title: Car Broken
layout: post
description: Mijn Seat Ibiza heeft een groot probleem.
---
<!--more-->

View File

@@ -0,0 +1,11 @@
---
title: Renault Megane
layout: post
description: Wordt dit mijn nieuwe auto?
---
<!--more-->
Toch wel erg mooi!
{% include gallery.html gallery='2015-renault-megane' %}

View File

@@ -0,0 +1,7 @@
---
title: Iceskating Dundee
layout: post
description: Schaatsen op de indoor ijsbaan in Dundee.
---
<!--more-->

View File

@@ -0,0 +1,7 @@
---
title: Peugeot 206
layout: post
description: Een fraaie Peugeot 206 is een bezichtiging waard.
---
<!--more-->

View File

@@ -0,0 +1,7 @@
---
title: Gift Sue
layout: post
description: We hebben de schoonmaakster eens in het zonnetje gezet.
---
<!--more-->

View File

@@ -0,0 +1,8 @@
---
title: Pre-holiday laziness
layout: post
description: Diverse activiteiten brengen ons vast in de vakantiestemming.
end_date: 2015-12-23
---
<!--more-->

View File

@@ -0,0 +1,9 @@
---
title: New car
layout: post
description: Uiteindelijk heeft de dealer de Peugeot 206 klaar.
---
<!--more-->
{% include gallery.html gallery='2015-peugeot-206' %}

View File

@@ -0,0 +1,10 @@
---
title: Christmas Holidays.
layout: post
description: Kerstvakantie in Nederland.
end_date: 2016-01-04
---
<!--more-->
{% include gallery.html gallery='2015-christmas-holidays' %}

View File

@@ -0,0 +1,7 @@
---
title: Car Developments (1)
layout: post
description: De Peugeot 206 moet nog een beetje onder handen worden genomen.
---
<!--more-->

View File

@@ -0,0 +1,7 @@
---
title: Devils Burden Reconnaissance
layout: post
description: Vast het "parcours" verkennen voor een bergachtige hardloop evenement.
---
<!--more-->

View File

@@ -0,0 +1,7 @@
---
title: Car Developments (2)
layout: post
description: De Peugeot 206 nadert perfectie.
---
<!--more-->

View File

@@ -0,0 +1,7 @@
---
title: New Blog
layout: post
description: Ik heb mijn blog grondig opnieuw opgebouwd.
---
<!--more-->

View File

@@ -1,6 +1,6 @@
---
layout: gallery-list
title: Kerstvakantie
title:
highlight_photo: 0093145
date: 2015-12-25
end_date: 2016-01-01

View File

@@ -0,0 +1,31 @@
---
aperture: f/2.0
date: 2015-12-23 11:15:23
exif:
make: OnePlus
exposure: 1/530
file: IMG_20151223_111521
gallery: 2015-peugeot-206
layout: gallery-photo
location:
latitude: 56.407513333333
longitude: -2.889055
model: One A0001
next: 4cee1b3
ordering: 2
previous: 3592b0b
sizes:
1920x1080:
height: 1080
width: 1920
640w:
height: 360
width: 640
200x200:
height: 200
width: 200
96x96:
height: 96
width: 96
title:
---

View File

@@ -0,0 +1,31 @@
---
aperture: f/2.0
date: 2015-12-23 11:40:23
exif:
make: OnePlus
exposure: 1/100
file: IMG_20151223_114021
gallery: 2015-peugeot-206
layout: gallery-photo
location:
latitude: 56.330448333333
longitude: -2.8097783333333
model: One A0001
next: d769a5d
ordering: 4
previous: 4cee1b3
sizes:
1920x1080:
height: 1080
width: 1920
640w:
height: 360
width: 640
200x200:
height: 200
width: 200
96x96:
height: 96
width: 96
title:
---

View File

@@ -0,0 +1,31 @@
---
aperture: f/2.0
date: 2015-12-23 11:15:02
exif:
make: OnePlus
exposure: 1/490
file: IMG_20151223_111501
gallery: 2015-peugeot-206
layout: gallery-photo
location:
latitude: 56.407508333333
longitude: -2.8890733333333
model: One A0001
next: 11a3b22
ordering: 1
previous: 46ea247
sizes:
1920x1080:
height: 1080
width: 1920
640w:
height: 360
width: 640
200x200:
height: 200
width: 200
96x96:
height: 96
width: 96
title:
---

View File

@@ -0,0 +1,30 @@
---
aperture: f/2.0
date: 2015-12-23 11:14:44
exif:
make: OnePlus
exposure: 1/120
file: IMG_20151223_111442
gallery: 2015-peugeot-206
layout: gallery-photo
location:
latitude: 56.407543333333
longitude: -2.8889383333333
model: One A0001
next: 3592b0b
ordering: 0
sizes:
1920x1080:
height: 1080
width: 1920
640w:
height: 360
width: 640
200x200:
height: 200
width: 200
96x96:
height: 96
width: 96
title:
---

View File

@@ -0,0 +1,31 @@
---
aperture: f/2.0
date: 2015-12-23 11:17:02
exif:
make: OnePlus
exposure: 1/120
file: IMG_20151223_111700
gallery: 2015-peugeot-206
layout: gallery-photo
location:
latitude: 56.407508333333
longitude: -2.8890166666667
model: One A0001
next: 29bb256
ordering: 3
previous: 11a3b22
sizes:
1920x1080:
height: 1080
width: 1920
640w:
height: 360
width: 640
200x200:
height: 200
width: 200
96x96:
height: 96
width: 96
title:
---

View File

@@ -0,0 +1,30 @@
---
aperture: f/2.0
date: 2015-12-23 12:10:49
exif:
make: OnePlus
exposure: 1/110
file: IMG_20151223_121048
gallery: 2015-peugeot-206
layout: gallery-photo
location:
latitude: 56.330391666667
longitude: -2.80981
model: One A0001
ordering: 5
previous: 29bb256
sizes:
1920x1080:
height: 1080
width: 1920
640w:
height: 360
width: 640
200x200:
height: 200
width: 200
96x96:
height: 96
width: 96
title:
---

View File

@@ -0,0 +1,11 @@
---
layout: gallery-list
title:
highlight_photo: 46ea247
date: 2015-12-23
---
<div itemprop="description">
<p></p>
<a href="slideshow.html">[ slideshow ]</a>&nbsp;|&nbsp;<a href="map.html">[ map ]</a>
</div>
{% include gallery_list.html gallery='2015-peugeot-206' %}

View File

@@ -0,0 +1,8 @@
---
layout: gallery-map
title:
gallery_map:
latitude: 56.381818888889
longitude: -2.8626119444444
zoom: 8
---

View File

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

View File

@@ -0,0 +1,25 @@
---
date: 2015-12-11 15:23:27
file: IMG_20151211_152327
gallery: 2015-renault-megane
layout: gallery-photo
location:
latitude: 56.329715722222
longitude: -2.8011831666667
next: 9f0f9a2
ordering: 0
sizes:
1920x1080:
height: 1080
width: 1920
640w:
height: 480
width: 640
200x200:
height: 200
width: 200
96x96:
height: 96
width: 96
title:
---

View File

@@ -0,0 +1,25 @@
---
date: 2015-12-11 15:23:50
file: IMG_20151211_152349
gallery: 2015-renault-megane
layout: gallery-photo
location:
latitude: 56.329635611111
longitude: -2.8012030277778
ordering: 1
previous: 0272859
sizes:
1920x1080:
height: 1080
width: 1920
640w:
height: 480
width: 640
200x200:
height: 200
width: 200
96x96:
height: 96
width: 96
title:
---

View File

@@ -0,0 +1,11 @@
---
layout: gallery-list
title:
highlight_photo: 0272859
date: 2015-12-11
---
<div itemprop="description">
<p></p>
<a href="slideshow.html">[ slideshow ]</a>&nbsp;|&nbsp;<a href="map.html">[ map ]</a>
</div>
{% include gallery_list.html gallery='2015-renault-megane' %}

View File

@@ -0,0 +1,8 @@
---
layout: gallery-map
title:
gallery_map:
latitude: 56.329675666667
longitude: -2.8011930972222
zoom: 8
---

View File

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