

























Open Knowledge Format
Kiso is a publishing engine that turns Open Knowledge Format (OKF) bundles into static websites for humans and AI agents.
First principle
Knowledge remains easy to edit, review, diff, and version in Git.
Pages keep enough context to be validated, linked, and rendered consistently.
Generated HTML keeps clear links back to the original Markdown files.
Command
The build command generates a static
website from an OKF bundle, including the original Markdown files, generated HTML pages,
llms.txt, and sitemap.xml.
GitHub Action
You can use Kiso in a GitHub Action to automatically build and publish your OKF bundle to GitHub Pages or any other static hosting service.
- name: Build with Kiso
uses: oak-invest/kiso/applications/kiso-cli-action@v0.1.2
with:
command: build
source: examples/kb-google-example
destination: website/examples/kb-google-example-latest
01
Readers get a structured static website with navigation and readable pages.
02
Each page can link back to its Markdown source for review and reuse.
03
The result is plain static output that can be hosted locally or over HTTP.
The example shows how an OKF bundle becomes a navigable site for Humans and AI agents.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。