本repo记录项目总结,原创文件,翻译等,文件已迁移到issue。
喜欢请star,订阅请watch,欢迎讨论.
- home/ - Hexo 博客,部署到 Vercel
- docs/ - 技术文档和代码示例
内容会同步至 语雀博客 和 Jerret Life 微信公众号
- issue 为原创文件
- 项目中的目录代码片段和参考资源
- closed issue一般为项目中遇到的问题解决方法
- 中文为默认静态站点,沿用现有 URL;英文与繁体中文静态站点分别使用
/en/、/zh-TW/前缀,顶部可切换语言。 - 翻译文章位于
home/src/data/blog/<locale>/,必须包含对应的locale与指向中文源文章的translationKey;当前支持en、zh-TW。 - 发布前先执行
cd home && npm run translations:status。若有缺失或过期翻译,调用 Codex 的$translate-blog-en技能并明确目标 Locale(en或zh-TW);npm run publish会在任一发布必需语言未完整时中止。
Chinese is the default static site. English and Traditional Chinese pages are generated under /en/ and /zh-TW/, with a language selector in the header. Before publishing, run the translation status check and use $translate-blog-en with the target locale to create or refresh missing localized posts.
本作品由jiangtao创作,采用知识共享署名-非商业性使用-相同方式共享 3.0 中国大陆许可协议进行许可。凡是转载的文章,翻译的文章,或者由其他作者投稿的文章,版权归原作者所有。