Release v0.1.1

- Add output_dir config option, defaults to "site" to keep original
  directory clean
- Add support for nested covers - if there are no images in a dir, pick
  the cover from the first child dir
- Show help text if no args are given
- Some HTML/CSS visual tweaks
- Start buildling standalone binaries using PEX
This commit is contained in:
Nick Pegg 2024-08-11 17:26:31 -07:00
parent 4d45aa5296
commit e2338df37c

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "photojawn" name = "photojawn"
version = "0.1.0" version = "0.1.1"
description = "A simple photo album static site generator" description = "A simple photo album static site generator"
authors = ["Nick Pegg <nick@nickpegg.com>"] authors = ["Nick Pegg <nick@nickpegg.com>"]
repository = "https://github.com/nickpegg/photojawn" repository = "https://github.com/nickpegg/photojawn"