Add recent albums and stubs for new posts
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
set root=%~dp0..
|
||||
php %root%/_scripts/generate-gallery-yaml.php %1
|
||||
php -f %root%/_scripts/generate-gallery-yaml.php %1
|
||||
|
||||
@@ -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 ^
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user