Calm Systems for Creative Work
The point of a personal site is not to publish everything. The point is to keep important work findable, contextual, and alive.
#Make memory addressable
Writing, projects, photos, code snippets, and decisions should all have stable homes. A good structure is not bureaucracy; it is a way to make past thinking reusable.
#Reduce ceremony
Systems fail when they require too much maintenance. The content model should make the common path boring: add a file, write metadata, publish.
export const contentContract = {
source: "mdx",
ownership: "repository",
syncTarget: "feishu",
};
The fancy part should be in the reading experience and retrieval layer, not in the act of adding one more useful note.
#Let beauty do work
Beauty is not decoration here. It is a compression layer for confidence. When the page feels composed, the reader assumes the system underneath has been considered too.