finstr

package module
v0.0.0-...-03caf45 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2024 License: GPL-2.0 Imports: 19 Imported by: 0

README

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.14 or higher. 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.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Generate

func Generate(fl Flags) (e error)

Types

type Flags

type Flags struct {
	InDir  string
	OutDir string
	Suffix string
	Clean  bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL