host: seed nt-live-encore so the real import survives store wipes
host/blog-seed-nt-live-encore! imports the real post (its HTML-derived sx_content embedded) via host/blog-import-post!, decomposing it into the :body composition of typed cards; wired into serve.sh next to the demo seeds. Verified: after a full store wipe + reboot it reseeds (HTTP 200, 4 images, 3 video embeds, tagged nt-live/films). Idempotent. blog 175/175. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -164,6 +164,11 @@ EPOCH=1
|
||||
echo "(epoch $EPOCH)"
|
||||
echo "(eval \"(host/blog-seed-workflow-demo!)\")"
|
||||
EPOCH=$((EPOCH+1))
|
||||
# Seed a REAL imported blog post (rose-ash.com/nt-live-encore) decomposed into the :body
|
||||
# composition — so the import survives store wipes, reseeded on boot like the demos.
|
||||
echo "(epoch $EPOCH)"
|
||||
echo "(eval \"(host/blog-seed-nt-live-encore!)\")"
|
||||
EPOCH=$((EPOCH+1))
|
||||
# Load relation metadata (symmetry/labels) from the relation-posts into the
|
||||
# in-memory cache, so render paths read it without a (VmSuspending) durable read.
|
||||
echo "(epoch $EPOCH)"
|
||||
|
||||
Reference in New Issue
Block a user