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:
parent
4d45aa5296
commit
e2338df37c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "photojawn"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "A simple photo album static site generator"
|
||||
authors = ["Nick Pegg <nick@nickpegg.com>"]
|
||||
repository = "https://github.com/nickpegg/photojawn"
|
||||
|
|
Loading…
Add table
Reference in a new issue