finstr is a bullshit-free image gallery generator
Go to file
2020-05-25 21:44:32 +02:00
cmd purge history since May 2016 2019-01-01 19:31:14 +01:00
crop purge history since May 2016 2019-01-01 19:31:14 +01:00
initer set class of img 2020-05-25 21:44:32 +02:00
.gitignore purge history since May 2016 2019-01-01 19:31:14 +01:00
finstr.go purge history since May 2016 2019-01-01 19:31:14 +01:00
go.mod goutil version bump 2019-01-03 17:12:47 +01:00
License purge history since May 2016 2019-01-01 19:31:14 +01:00
Readme.md purge history since May 2016 2019-01-01 19:31:14 +01:00

finstr

finstr is a bullshit-free image gallery generator. It produces pages according to a template and groups images by tag or month. Releases can be found at releases.gutmet.org.

build

If you want to build the executable yourself, you need go1.11+ with module support. Checkout the repository and run 'go build cmd/finstr.go'.

quick start

Put the executable somewhere in your path, create a folder for your gallery, then

> cd YOUR_FOLDER
> finstr init

Put some .jpgs inside the img folder. Tag them by creating files with the same name but .tags suffix. Each line is a tag, then

> finstr gen
> cd pages
> firefox index.html

finstr has also been integrated into the static site generator wombat.