Remember the regenerate commands for galleries
This commit is contained in:
@@ -3,11 +3,26 @@ Publish the site:
|
|||||||
git commit ...snip...
|
git commit ...snip...
|
||||||
./_build/build.sh ./_build/aws/publish.sh "$AWS_S3CMD_CONFIG"
|
./_build/build.sh ./_build/aws/publish.sh "$AWS_S3CMD_CONFIG"
|
||||||
|
|
||||||
Create a photo gallery:
|
|
||||||
|
|
||||||
osascript enumerate.scpt 'London-Iceland Trip' | php -dmemory_limit=1G convert.php ~/code/dpb587.me/ 2014-london-iceland-trip
|
|
||||||
./_build/aws/publish-asset.sh "$AWS_S3CMD_CONFIG" gallery/2014-london-iceland-trip
|
|
||||||
|
|
||||||
Sync through new blog assets:
|
Sync through new blog assets:
|
||||||
|
|
||||||
for NAME in $(ls asset/blog/) ; do ./_build/aws/publish-asset.sh "$AWS_S3CMD_CONFIG" blog/$NAME ; done
|
for NAME in $(ls asset/blog/) ; do ./_build/aws/publish-asset.sh "$AWS_S3CMD_CONFIG" blog/$NAME ; done
|
||||||
|
|
||||||
|
Re-generating galleries...
|
||||||
|
|
||||||
|
# 2014-london-iceland-trip
|
||||||
|
$ osascript ../jekyll-gallery/export-iphoto.applescript 'London-Iceland Trip' \
|
||||||
|
| php -dmemory_limit=1G ../jekyll-gallery/convert.php 2014-london-iceland-trip \
|
||||||
|
--export 96x96 \
|
||||||
|
--export 200x200 \
|
||||||
|
--export 640w \
|
||||||
|
--export 1280
|
||||||
|
# 2014-colorado-aspens
|
||||||
|
$ osascript ../jekyll-gallery/export-iphoto.applescript 'Colorado Aspens' \
|
||||||
|
| php ../jekyll-gallery/convert.php 2014-colorado-aspens \
|
||||||
|
--export 200x200 \
|
||||||
|
--export 640w \
|
||||||
|
--export 1280
|
||||||
|
|
||||||
|
Uploading photo galleries:
|
||||||
|
|
||||||
|
./_build/aws/publish-asset.sh "$AWS_S3CMD_CONFIG" gallery/2014-london-iceland-trip
|
||||||
|
|||||||
Reference in New Issue
Block a user