/photo-gallery

static site generator for a personal photo gallery using photoswipe

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

This is source code for my photo gallery where I post some analog photographs.

All the heavy lifting is done using photoswipe.

Image html is generated using `site.mts`, which is written in my fork of janet, matsurika. I added the function to generate html from lisp s-exps to the language itself while writing this program to make it cuter.

`site.mts` also serves as a photo importer that polls for image metadata and stores it into a json file when called with a file argument.