凝结尾迹
Results
2
comments of
凝结尾迹
> ``` > hexo ------------------- git repo 1, hexo 级别设置。 > +--hexon > +--source > +--_posts --------- git repo 2, submodule,post 的博文。 > +--themes > +-- next ----------- git repo...
> 可以使用自定义脚本功能,`pnpm script` 配置 git 相关的脚本 > > 添加需要运行的脚本:`git_sync.sh`, `git_save.sh` > > ``` > hexo > +--hexon > +--git_sync.sh > +--git_save.sh > +--source > +--_posts > ``` > > 将...