从这里开始:这个网站要承载什么Start here: what this site is for

个人网站的第一版不是作品集橱窗,而是一个可以持续生长的发布系统。The first version is not a portfolio showcase, but a publishing system that can keep growing.

个人网站personal site创作系统creative systemMVPMVP
我希望这个网站先解决一个很朴素的问题:把我做过的、正在做的、想继续做好的东西放到一个自己拥有的地方。 This site sets out to solve a simple problem: put the things I’ve made, am making, and want to keep improving into a place I own. 第一版会很克制。文章用 MDX 写在仓库里,作品也用同样的内容系统管理。订阅、留言、评论先通过 Supabase 记录,审核和管理放在 Supabase Dashboard 里完成。 The first version is deliberately restrained. Articles are written in MDX inside the repo; works are managed through the same content system. Subscriptions, messages, and comments are stored in Supabase, with moderation handled in the Supabase Dashboard. 这不是因为后台不重要,而是因为第一件重要的事是让发布链路稳定下来:写下内容,提交仓库,自动部署,公开可访问。 Not because a backend doesn’t matter, but because the first job is to stabilize the publishing pipeline: write, commit, auto-deploy, publicly accessible. 接下来,这里会逐步出现三类内容: Three kinds of content will gradually appear here: - 文章:长期思考、项目复盘、阅读笔记。 - Writing: long-form thinking, project retrospectives, reading notes. - 作品:设计、产品、工具和可以被使用的创造物。 - Works: design, products, tools, and usable creations. - 数据:GitHub、阅读、跑步等公开状态的自动化同步。 - Data: automated sync of public signals — GitHub, reading, running. 如果第一版能让我更愿意发布,它就已经成功了。 If this first version makes me more willing to publish, it has already succeeded.