Vincent's waking life

他是彭于晏?
那我是谁?

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%