https://github.com/artyom/photo-gallery
Web photo gallery generator
https://github.com/artyom/photo-gallery
Last synced: about 1 month ago
JSON representation
Web photo gallery generator
- Host: GitHub
- URL: https://github.com/artyom/photo-gallery
- Owner: artyom
- License: mit
- Created: 2020-08-02T17:30:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T10:57:31.000Z (over 3 years ago)
- Last Synced: 2025-01-14T07:53:55.830Z (over 1 year ago)
- Language: Go
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Web Gallery Generator
Command photo-gallery is a simple web photo gallery generator.
It takes a directory with jpeg images (.jpg or .jpeg suffixes) and produces
HTML file along with two directories: one holds full-sized copies of
original photos, another contains thumbnails. These directories + an HTML
file are compatible with any web server supporting static content.
The default template produces a self-contained gallery using only HTML and
CSS.