Convert a conversation, notes, or experience into a structured post for quidproquo.cc
把任何內容(解決問題的過程、攀岩心得、電影感想、咖啡筆記...)轉換成結構化的文章,存到 src/content/posts/<category>/。
| 使用者說 | 模板 |
|---|---|
| 「寫成文章」、「記錄一下」、「write post」 | templates/tech-post.md(踩坑/問題解決) |
| 「寫成介紹文」、「寫成深入介紹」、「deep dive」 | templates/tech-deep-dive.md(工具/技術/架構介紹) |
| 其他分類(climbing、film、life...) | templates/general-post.md |
tech / climbing / surf / film / life / coffee / learning / ai / product / marketing / travel / design / education / policy / /
animecareerreferences/writing-guide.mdreferences/frontmatter-schema.mdYYYY-MM-DD-<slug>.md(slug 用英文 kebab-case)src/content/posts/<category>/## 參考資料tech / ai / learning / education / policy / design / marketing / product 類,預設要附參考資料git add src/content/posts/<category>/YYYY-MM-DD-<slug>.md
git commit -m "post(<category>): <title summary>"