https://github.com/zefer/miniphoto
a little web photo gallery, quickly put together to serve a specific purpose
https://github.com/zefer/miniphoto
Last synced: about 1 year ago
JSON representation
a little web photo gallery, quickly put together to serve a specific purpose
- Host: GitHub
- URL: https://github.com/zefer/miniphoto
- Owner: zefer
- License: mit
- Created: 2016-07-01T21:11:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T20:15:48.000Z (over 9 years ago)
- Last Synced: 2025-01-11T11:35:55.481Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# miniphoto
A simple and little web photo gallery.
Provides a basic Web UI for browsing photos/images in a given directory. Image
slideshow functionality provided by the [photoswipe][photoswipe] library.
Directory driven, expects the following, simple 2-level directory structure:
```
root
├── some-images
│ ├── credits.html
│ ├── image1.jpg
│ ├── image2.jpg
└── more-images
│ ├── image3.jpg
│ ├── image4.jpg
└── and-so-on
│ ├── image5.jpg
```
If a file named `credits.html` is placed in a photo directory, it's html content
will be rendered at the top of that page.
## Usage
See `bin/dev` & `bin/deploy`
## License
This project uses the MIT License. See [LICENSE](LICENSE).
[photoswipe]: http://photoswipe.com/