Implemented incremental build of the HTML pages and made it the default option
stapix
Yet another static page generator for photo galleries
Made the info_done! macro configurable
Implemented Clippy suggestions
Improved some error handling
Fixed a typo in the README
Revamped the logging macros
Removed references to suckless.org
Added support for CC-2.1 and CC-2.5 licenses
Updated README.md
Renamed the Picture type to GalleryEntry
Renamed variants of the license type
Changed the formating of Creative Commons licenses
Changed the display of attributions in pictures
Added missing license types to the README
Added some examples to the repo
Fixed a bug
Added a link to photos.pablopie.xyz in the README
Replaced buisness logic with asserts
Moved a print statement
Replaced array derreference with Iterator::take
Implemented rendering of licensing info
Clamped the number of rendering threads
Removed photos.yml from .gitignore
Added an option to add captions to each figure
Added an aria-label to the figures in the gallery
Updated the README
Added a log message
Rewrote some of the macros
Updated an error message
Added some documentation and formated the code
Added logging
Updated a warning
Moved the rendering code back to the main file
Parallelized the rendering of the WebP thumbnails
Added a TODO items
Cleaned some code
Added photos.yml to .gitignore
Changed the photos subdirectory
Minor tweak
Refactored the structure of the mods
Renamed the PictureInfo type
Moved the code to render the thumbnails to the types module
Minor tweak
Rename the app to stapix instead of yaggen
Factored out some more HTML attributes and paths
Added a TODO item
Changed the target folder
Reformated the code
Minor tweak in the order of attributes in some tags
Added a help snippet for the YAML format of the config files
Added code to render WebP thumbs for index.html
Refactored to code for parsing argv
Added warnings for empty alt attributes
Added code to render the alt attribute of images
Renamed some functions
Added code to print the usage information
Added code too render the pages on individual photos
Wrote code to render the index page
Updated .gitignore
Structed the entrypoint of the application
Initial commit