基础教程

https://sspai.com/post/62441 参考部分

hexo命令

https://hexo.io/docs/commands
https://hexo.io/docs/writing

  • 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可以自动生成

https://hexo.io/docs/github-pages

主题

theme: stellar 挺好看的
https://github.com/xaoxuu/hexo-theme-stellar.git

gitmodules使用

主题源码不用整个下载到themes目录下,[[../../.gitmodules]]

访问我的

https://kkkn2024.github.io/