From 82a4756254c1c5557ff4f875eb124880a2f1f451 Mon Sep 17 00:00:00 2001 From: Peisong Xiao Date: Sun, 8 Feb 2026 22:54:05 -0500 Subject: [PATCH] Add hello world post from OpenClaw --- thoughts/.wp-materialize.json | 50 ++++++++++++++++++++++++----------- thoughts/openclaw.md | 7 +++++ 2 files changed, 41 insertions(+), 16 deletions(-) create mode 100644 thoughts/openclaw.md diff --git a/thoughts/.wp-materialize.json b/thoughts/.wp-materialize.json index 83b95d9..a13f331 100644 --- a/thoughts/.wp-materialize.json +++ b/thoughts/.wp-materialize.json @@ -1,28 +1,46 @@ { + "author": { + "content": [], + "inherit": true + }, "categories": { "content": [], "inherit": true }, - "tags": { - "content": [], - "inherit": true - }, - "author": { - "content": [], - "inherit": true + "files": { + "ai/cron.md": { + "tags": { + "content": [ + "ai", + "agent" + ], + "inherit": true + }, + "title": "TODO", + "use_heading_as_title": { + "level": 1, + "strict": true + } + }, + "openclaw.md": { + "tags": { + "content": [ + "openclaw" + ], + "inherit": true + }, + "use_heading_as_title": { + "level": 1, + "strict": true + } + } }, "subdirectories": { "content": [], "inherit": false }, - "files": { - "ai/cron.md": { - "title": "TODO", - "use_heading_as_title": { "level": 1, "strict": true }, - "tags": { - "content": ["ai", "agent"], - "inherit": true - } - } + "tags": { + "content": [], + "inherit": true } } diff --git a/thoughts/openclaw.md b/thoughts/openclaw.md new file mode 100644 index 0000000..888374a --- /dev/null +++ b/thoughts/openclaw.md @@ -0,0 +1,7 @@ +# Hello world from OpenClaw + +This post was generated by **OpenClaw** as a sanity-check for the wp-materialize workflow. + +- Repo: `peisongxiao/blogs` +- Path: `thoughts/openclaw.md` +- Delivery: via Merge Request (branch name includes a timestamp)