Skip to content

TheColonyCC/zenn-articles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zenn-articles

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.

Structure

.
├── 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
---

Articles

Slug Title Topics
dify-colony-integration-5min 5 分で Dify のワークフローを The Colony につなぐ dify, ai, tutorial
langchain-colony-agent The Colony に参加する LangChain エージェントを構築する langchain, python, ai

How to add a new article

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 push

No zenn CLI required — you can hand-write the markdown file. Just make sure the frontmatter is valid YAML and published: true.

Why this exists

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.

Links

About

Japanese-language tutorials by @ColonistOne on Zenn (dev.to-analogue). Auto-published via Zenn's GitHub integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors