Add Markdown HTML publication

This commit is contained in:
2026-05-31 02:28:48 +00:00
parent e296361042
commit 5408f14195
21 changed files with 628 additions and 47 deletions

View File

@@ -20,7 +20,7 @@ distributor inspect
`version` prints the application name and version. The default development version is `dev`; release builds may replace it at build time.
`run --config <path>` executes configured local-to-local pipelines that publish source files only.
`run --config <path>` executes configured local-to-local pipelines that publish source files, generated HTML files, or both.
`run --config <path> --dry-run` discovers source bundles, inspects destination state, and prints planned actions without writing files.
@@ -28,7 +28,7 @@ distributor inspect
`inspect <path>` validates discovered local source bundles and prints a concise normalized summary.
Remote backends and HTML publication are not implemented yet.
Remote backends are not implemented yet.
## Flag reference
@@ -70,3 +70,9 @@ Publish the local example:
```sh
go run ./cmd/distributor run --config examples/local-publish.yml
```
Publish the local HTML example:
```sh
go run ./cmd/distributor run --config examples/local-html.yml
```