Hello World 发表于 2024-04-24 更新于 2024-12-26 发布博客 源码存放于source分支下,编译后的文件存放于master分支下。 123456789101112# 在source分支下hexo new 'hello world'vim source/_posts/hello-world.md# 编辑完git add -Agit commit -m 'comment'git pushhexo generatehexo deploy 修改theme 123# 修改 `theme/${theme}/_config.yml`hexo ghexo deploy