stapix

Yet another static page generator for photo galleries

b6e895d8 — Pablo

Implemented incremental build of the HTML pages and made it the default option

c5ee607c — Pablo

Made the info_done! macro configurable

a929b664 — Pablo

Implemented Clippy suggestions

1f6923e9 — Pablo

Improved some error handling

c9bd30f0 — Pablo

Fixed a typo in the README

c06fb92f — Pablo

Revamped the logging macros

0abf0b80 — Pablo

Removed references to suckless.org

9c6d0f2f — Pablo

Added support for CC-2.1 and CC-2.5 licenses

85d61356 — Pablo

Updated README.md

b68e180a — Pablo

Renamed the Picture type to GalleryEntry

ccdb0dca — Pablo

Renamed variants of the license type

08cd30a9 — Pablo

Changed the formating of Creative Commons licenses

ed67e612 — Pablo

Changed the display of attributions in pictures

27a47009 — Pablo

Added missing license types to the README

a04a3655 — Pablo

Added some examples to the repo

9a727c8f — Pablo

Fixed a bug

262de91b — Pablo

Added a link to photos.pablopie.xyz in the README

f927aa34 — Pablo

Replaced buisness logic with asserts

d671c683 — Pablo

Moved a print statement

743086c0 — Pablo

Replaced array derreference with Iterator::take

2624bb55 — Pablo

Implemented rendering of licensing info

114e4420 — Pablo

Clamped the number of rendering threads

6e52def7 — Pablo

Removed photos.yml from .gitignore

3d866cd2 — Pablo

Added an option to add captions to each figure

eac829ed — Pablo

Added an aria-label to the figures in the gallery

c088cc72 — Pablo

Updated the README

573b95c0 — Pablo

Added a log message

f8e5c2a3 — Pablo

Rewrote some of the macros

8d0830bb — Pablo

Updated an error message

5b3da5c4 — Pablo

Added some documentation and formated the code

b28c1d98 — Pablo

Added logging

c1960748 — Pablo

Updated a warning

49777043 — Pablo

Moved the rendering code back to the main file

791bf7ed — Pablo

Parallelized the rendering of the WebP thumbnails

f026aae2 — Pablo

Added a TODO items

8b06eec9 — Pablo

Cleaned some code

5b66f923 — Pablo

Added photos.yml to .gitignore

cc388e27 — Pablo

Changed the photos subdirectory

3116ac7b — Pablo

Minor tweak

9a6ecf01 — Pablo

Refactored the structure of the mods

022054ea — Pablo

Renamed the PictureInfo type

fc9009e6 — Pablo

Moved the code to render the thumbnails to the types module

fe35f124 — Pablo

Minor tweak

e60aaef2 — Pablo

Rename the app to stapix instead of yaggen

6f6871e7 — Pablo

Factored out some more HTML attributes and paths

64f4f792 — Pablo

Added a TODO item

07999f70 — Pablo

Changed the target folder

66728d28 — Pablo

Reformated the code

83240ffe — Pablo

Minor tweak in the order of attributes in some tags

2f58377c — Pablo

Added a help snippet for the YAML format of the config files

8d3cc29b — Pablo

Added code to render WebP thumbs for index.html

d354aa8f — Pablo

Refactored to code for parsing argv

f4f1bcff — Pablo

Added warnings for empty alt attributes

7d79b58a — Pablo

Added code to render the alt attribute of images

ef94eff8 — Pablo

Renamed some functions

06e5254b — Pablo

Added code to print the usage information

3aa8447a — Pablo

Added code too render the pages on individual photos

d80dca9c — Pablo

Wrote code to render the index page

05d1134f — Pablo

Updated .gitignore

7c36a510 — Pablo

Structed the entrypoint of the application

63e85c85 — Pablo

Initial commit