Hello World

发布博客

源码存放于source分支下,编译后的文件存放于master分支下。

1
2
3
4
5
6
7
8
9
10
11
12
# 在source分支下
hexo new 'hello world'

vim source/_posts/hello-world.md

# 编辑完
git add -A
git commit -m 'comment'
git push

hexo generate
hexo deploy

修改theme

1
2
3
# 修改 `theme/${theme}/_config.yml`
hexo g
hexo deploy