Writing

Blog · Thinking out loud

Research memos, learning notes, and reflections written in Markdown. Each post lives in src/content/blog/; commit to publish.

Writing checklist

  • Set title, description, and pubDate in frontmatter.
  • Optional fields: updatedDate and heroImage.
  • MDX is enabled—drop in React/Vue components when needed.

Python发布自己的库

基于官方模板讲解如何准备 setup.py、实现模块并打包发布自研 Python 库。

Read more