~/ ?.log $
me.ts

/**

 * Hi, 我是 NorthSeacoder

 * 一个喜欢折腾工具的前端开发者

 */

const me = {

name"NorthSeacoder",

location"北京",

focus : [ "前端工程化" "开发工具" "VSCode 插件" "效率提升" ],

} ;

blog.ts

/**

 * 关于 ?.log

 *

 * 记录那些"我不知道的 xxx"

 * 探索未知的技术领域

 */

export default {

framework"Astro",

styling"Tailwind CSS",

theme"VSCode Dark",

} ;

contact.ts

// 找到我

export const links = {

github"github.com/NorthSeacoder",

email"mengpeng_bj@foxmail.com",

rss"/rss.xml",

} ;

projects.ts

// 业余项目

const projects = [

"weekly" "AI 技术周刊"  },

"franky" "VSCode 提效插件"  },

"codetransformer" "AST 代码迁移"  }

];