Trainspotting

Planet Earth is blue
And there's nothing I can do

serve

1
hexo s

新文章

起手式

1
hexo new "new article"

生成并发布

1
2
hexo 
hexo g -d

编辑tag

修改此魔板文件
scaffolds/draft.md

nginx:

1
2
3
location /auto_build {
proxy_pass http://127.0.0.1:6668;
}
0%