finstr/Readme.md

30 lines
779 B
Markdown
Raw Normal View History

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](https://releases.gutmet.org).
build
=======
2024-06-18 22:39:16 +02:00
If you want to build the executable yourself, you need go1.14 or higher. Checkout the repository and run 'go build cmd/finstr.go'.
2019-01-01 19:31:14 +01:00
quick start
=====
Put the executable somewhere in your path, create a folder for your gallery, then
```
> cd YOUR_FOLDER
> finstr init
```
2024-06-18 22:39:16 +02:00
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
2019-01-01 19:31:14 +01:00
```
> finstr gen
> cd pages
> firefox index.html
```
2024-06-18 22:39:16 +02:00
finstr has also been integrated into the static site generator [wombat](/aw/wombat).