diff options
| author | t <t@tjp.lol> | 2026-07-13 08:45:34 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-13 09:06:25 -0600 |
| commit | 86abe0f77d48c67afdd98b5f9d880ed2696c03c3 (patch) | |
| tree | ccd51be83548e01e530ad5b98c8b12649d87b1c5 /.air.toml | |
| parent | b3d5e1ac33ff929727cffc2b3025def9884566fe (diff) | |
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 <image>
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.
Diffstat (limited to '.air.toml')
| -rw-r--r-- | .air.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ exclude_file = [] exclude_regex = [] exclude_unchanged = true follow_symlink = true -full_bin = "python3 -m http.server 8000 --bind 127.0.0.1" +full_bin = "caddy run --config Caddyfile.dev" include_dir = [] include_ext = ["css", "md", "tmpl"] include_file = [] |
