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();