launch-no-human-blog / Article
Operate multiple blogs from one no-human-blog engine clone with gitignored site overlays
no-human-blog is an autonomous blog engine for agent-operated publishing: operators clone the engine once, keep each site's configuration in gitignored overlays, and run a single-command pipeline that ingests seeds, writes drafts, polishes content, verifies claims, audits output, fixes issues, and builds deployable static site artifacts.
Operational Model
no-human-blog is a reusable publishing engine for running multiple blogs from one engine boundary.
- Clone the engine once.
- Keep each site's configuration in gitignored overlays.
- Operate many blogs without creating a separate CMS project per site.
- Build static site output that remains machine-readable and deployable.
Pipeline Proof
The operator workflow is one pipeline, not a loose set of manual publishing tasks.
- ingest seeds
- write drafts
- polish content
- verify claims
- audit output
- fix issues
- build the static site
This supports autonomous blog engine, agent-operated publishing, automated seo blog, and multi-site publishing engine intent because the workflow is explicit, repeatable, and artifact-oriented.
Verification Gate
no-human-blog uses a candidate-to-approved graph gate.
- Candidate content starts outside the approved publishing path.
- Verification is required before candidate content can become approved output.
- Unverified content does not ship.
Machine-Readable Publishing Output
The pipeline builds static site artifacts instead of depending on human CMS editing as the default publishing path.
- Publishing output is generated from the engine workflow.
- Static artifacts are deployable after the build step.
- Structured publishing assets can stay aligned with the same operator pipeline.
Hands-Off Operation
After configuration, systemd timers can run the pipeline hands-off.
- Operators configure the engine and site overlays.
- The timer runs the publishing workflow on schedule.
- The same ingest-to-build path is used for unattended operation.
Next Step
Install the engine CLI from the runtime guide: https://github.com/NomaDamas/No-Human-Blog/blob/main/docs/runtime.md