/photos

A free online portfolio website to showcase your photos. https://julian-alarcon.github.io

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Photography by Julian Alarcon

A website with some of my photos.

Resize for publishing

Using imagemagic (sudo apt install graphicsmagick)

gm mogrify -quality 100 -resize "2160x2160>" *.jpg

Resize for thumbnails

Using imagemagic (sudo apt install graphicsmagick)

gm mogrify -quality 100 -resize "512x512>" *.jpg

Credits

Based on https://github.com/rampatra/photography