Public thesis site and development log for ghost. Astro renders the site as
static HTML and keeps the gather example as a small React island. The site
consumes vessel-react for its shared styles.
The site does not publish product documentation. Current command behavior lives
in ghost --help and ghost <command> --help.
pnpm --filter ghost-docs devBuild and preview:
pnpm --filter ghost-docs build
pnpm --filter ghost-docs previewGitHub Pages builds with DEPLOY_BASE=/ghost/.
Add src/content/log/YYYY-MM-DD-slug.mdx with exactly these fields:
---
title: what changed
date: YYYY-MM-DD
summary: one sentence for the index and feed.
---The log is a development record. State what materially changed and why. Do not
turn an entry into product documentation or a speculative roadmap. Preview the
entry locally, then run pnpm check:terminology from the repository root.