sorane は Open Knowledge Format (OKF) v0.1 を実装し、プロファイル sorane-okf/0.1 で検証します。

サポートする concept 型#

type用途
articleブログ記事・ドキュメントページ
indexサイトトップ

必須フィールドは typetitle です。

記事の例#

---
type: article
title: Hello OKF
timestamp: 2025-01-01T00:00:00Z
tags: [sorane]
profile: sorane-okf/0.1
---

本文(Markdown)

ビルド出力#

パス内容
*.html人間向けページ
*.mdOKF ネイティブ代替ソース
catalog.jsonldDCAT 形式カタログ
llms.txtLLM 向けサイトガイド
okf/bundle.tar.gz{type}/{slug}.md のバンドル

JSON Schema#

プロファイル定義はリポジトリの profile/sorane-okf-0.1.schema.json にあり、公式サイトでは こちら から取得できます。

$id は公式サイトの本番 URL sorane.dev を指します。