``` hexo ------------------- git repo 1, hexo 级别设置。 +--hexon +--source +--_posts --------- git repo 2, submodule,post 的博文。 +--themes +-- next ----------- git repo 3, submodule,nexT 主题级别自定义设置。 ``` 目前如果配置 ssh 的话, 会把 hexon 也提交成一个 submodule 。 个人的想法是:如果可以做到 配置到 `_posts` 级别, 只更新博文相关, hexo 和 nexT 及 hexon 基本为固定或较少改动。