A simple, minimal, lightweight static web photo gallery.
- A web server that is capable of serving static files(e.g. Apache, NGINX, or even simple
http-server
) - Python(For indexing your photos)
- FFmpeg(For creating image thumbnails)
- Some photos to show
- Map for showing the photo location is powered by Leaflet.
- Put the files from this repo in the same folder you store the photos.
- Run the indexing script in the directory.
./index.py .
- Configure your web server to serve the folder with your photo.
- Done!
Add the new photos to your folder then run the indexing script again.