Rename gallery generation script, write gallery and original photo name in Markdown file, simplify next/previous
This commit is contained in:
10
_scripts/generate-gallery.bat
Normal file
10
_scripts/generate-gallery.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
set root=%~dp0..
|
||||
php -dmemory_limit=1G %root%/_scripts/generate-gallery.php ^
|
||||
%1 ^
|
||||
%2 ^
|
||||
%root%/asset/gallery ^
|
||||
%root%/gallery ^
|
||||
--export 1920x1080 ^
|
||||
--export 200x200 ^
|
||||
--export 96x96 ^
|
||||
--export 640w
|
||||
Reference in New Issue
Block a user