基础教程
https://sspai.com/post/62441 参考部分
hexo命令
- hexo init
- hexo g
- hexo s
- hexo new post xxx
- hexo new draft xxx
hexo new [layout] <title>
hexo使用github-pages,使用github action
public目录下生成的源码不用提交,使用action可以自动生成
主题
theme: stellar 挺好看的
https://github.com/xaoxuu/hexo-theme-stellar.git
gitmodules使用
主题源码不用整个下载到themes目录下,[[../../.gitmodules]]