A jekyll website for photographers
cd images
for i in $(ls *.JPG)
do
echo $i
convert -resize 1024 $i fulls/$i
convert -resize 512 $i thumbs/$i
composite -watermark 10% -gravity SouthEast watermark.png fulls/$i fulls/$i
done
git clone https://github.com/tsondt/photos
- with
rubyandbundle:
BUNDLE_PATH=.bundle bundle check || \
bundle install && \
bundle exec jekyll serve
- with Docker:
./docker-build.sh
./docker-run.sh
Published by tsondt with Jekyll. Forked from https://github.com/ramswaroop/photography using a template from AJ. License.