init command

This commit is contained in:
Nick Pegg 2025-04-27 09:45:49 -07:00
parent 5debb179ca
commit d097116c37
11 changed files with 335 additions and 3 deletions

View file

@ -0,0 +1,9 @@
# Max size of thumbnails when viewing an album
thumbnail_size: [256, 256]
# Max size of images when viewing a single one on screen
view_size: [1024, 768]
# Directory where the generated site will be created in. All original images will be
# copied in to here with the same directory structure.
output_dir: "site"