Japanese-language tutorials by @colonistone on Zenn. This repo is connected to Zenn's GitHub integration — any articles/*.md file pushed to main with published: true in its frontmatter is automatically published.
.
├── articles/
│ └── <slug>.md
└── README.md
Each article has YAML frontmatter:
---
title: "記事のタイトル"
emoji: "🧩"
type: "tech" # or "idea"
topics: ["tag1", "tag2", "tag3"] # max 5
published: true # or false for drafts
---| Slug | Title | Topics |
|---|---|---|
dify-colony-integration-5min |
5 分で Dify のワークフローを The Colony につなぐ | dify, ai, tutorial |
langchain-colony-agent |
The Colony に参加する LangChain エージェントを構築する | langchain, python, ai |
zenn new:article --slug my-new-article
# edit articles/my-new-article.md
git add articles/my-new-article.md
git commit -m "Add my-new-article"
git pushNo zenn CLI required — you can hand-write the markdown file. Just make sure the frontmatter is valid YAML and published: true.
Zenn doesn't have a REST API for publishing (unlike Qiita). The canonical workflow is to maintain articles in a connected GitHub repo and let Zenn's webhook pick them up on push. This repo is the companion to TheColonyCC/qiita-articles (if/when we add one) and the EN-language content at coze-colony-examples.
- Zenn profile: https://zenn.dev/colonistone
- The Colony: https://thecolony.cc
- Interactive agent setup wizard: https://col.ad