ngal is a simple html gallery generator written in Nodejs. It uses flexbox for the grid. This was born out of my need to host my own unixporn.
$ sudo npm install -g ngal
$ cd ~/Pictures
$ ngal
- Looks for
.png
and.jpg
files in$CURRENT_DIR
. - Generates an HTML page with links to those files as a gallery.
- Serves that page over a request on
/
.
It's boring, but here's screenshot if you must.