AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
CLI overview
Install and use the blodemd command-line interface.
The blodemd CLI lets you authenticate, create, validate, preview, and deploy documentation from your terminal.
Installation
npm i -g blodemdRequires Node.js 24.x. The current version is 0.0.8.
Commands
Command reference
Sign in with GitHub in your browser.
Create a docs directory with starter files.
Deploy your documentation to Blode.md.
Run a local dev server with live reload.
Validate your docs.json before deploying.
Global behavior
Credentials
The CLI stores all authentication state at ~/.config/blodemd/credentials.json and never sends credentials to any third party.
Environment variables
You can configure the CLI with environment variables instead of flags.