hexo基础常用命令

新建文章: hexo n “title” (n是new的缩写)
生成: hexo g (g是generate的缩写)
启动预览: hexo s (s是server的缩写)
部署: hexo d (d是deploy的缩写)
生成+部署连击: hexo d -g

首页显示部分文章内容,增加“阅读全文”按钮跳转到全文方法:
文章的摘要<!–more–> 以下是剩余内容。

附上常用转义符:
< &lt;
> &gt;
& &amp