https://github.com/crocidb/flingern
a simple static photography gallery website generator
https://github.com/crocidb/flingern
Last synced: about 1 year ago
JSON representation
a simple static photography gallery website generator
- Host: GitHub
- URL: https://github.com/crocidb/flingern
- Owner: CrociDB
- Created: 2022-03-22T23:15:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T18:10:00.000Z (about 1 year ago)
- Last Synced: 2025-04-30T23:46:36.149Z (about 1 year ago)
- Language: Python
- Size: 36.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Repository for flingern, a static gallery website generator.
Example: [Bruno Croci's Photos](http://photos.crocidb.com/forest.html)
# Install
```shell
sudo apt install libjpeg-dev zlib1g-dev
source venv.sh
pip install -e .
```
# Run
```shell
flingern website/
```