Veronica Explains on Nostr: Folks who run static sites: I'm very tempted to just `git` the entire thing from my ...
Folks who run static sites: I'm very tempted to just `git` the entire thing from my local machine, setting up the static site as a remote.
Do you typically just tell the server to 404 the static source material (markdown files etc)? I really don't want to have to spin up some kind of pipeline for this (but I will if I have to).
EDIT: thanks for feedback, I'm going to just set up the SSG build to put the rendered files in a subdirectory and just serve that.
Do you typically just tell the server to 404 the static source material (markdown files etc)? I really don't want to have to spin up some kind of pipeline for this (but I will if I have to).
EDIT: thanks for feedback, I'm going to just set up the SSG build to put the rendered files in a subdirectory and just serve that.