From 86abe0f77d48c67afdd98b5f9d880ed2696c03c3 Mon Sep 17 00:00:00 2001 From: t Date: Mon, 13 Jul 2026 08:45:34 -0600 Subject: image management outside the repo the strategy for image management is to push them up to the production server early (they don't hurt anything sitting there with no tags pointing at them) to use the server itself as image storage. a new mise tasks manages the upload, moving the image into place and setting permissions on the server. the /images/ directory in the repo is git-ignored for the server's checkout, and the local dev server is switched to caddy with a reverse proxy on images paths to serve local-dev image links straight from prod. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a8efcc6..179c23c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /.weft-generated.json /.weft-txn-* /.air/ +/images/ # BEGIN weft generated outputs /about/index.html /feed.xml -- cgit v1.3