-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Konstantin Chukhlomin edited this page Jan 15, 2024
·
2 revisions
Finder is a static site generator to display content in info and media Git repositories. It works as a GitHub action, and, along with thumbnailer, forms a system for updating the website every time changes made to either of these repositories.
flowchart TB
R[(R2 storage)]
M[(media directory)]
I[(info directory)]
O[(output directory)]
C[(CloudFlare Pages)]
M --thumbnailer creates\nthumbnails_* and\n.thumb.yml files--> M
M --thumbnailer uploads files--> R
M --finder reads .thumb.yml files --> O
I --finder reads .yml files --> O
O --GHA deployes--> C
I -.has the same directory structure as.-> M
C -.references.-> R