An open API service indexing awesome lists of open source software.

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

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/
```