预防老年痴呆专用贴

hexo n “article” == hexo new “article” #新建文章
hexo s == hexo server #启动服务预览
hexo g == hexo generate #生成
hexo d == hexo deploy #部署

tags注意冒号后面有空格,多个tag用数组

1
tags: [html,css,font]

links:

1
[text](http://www.links.com)

images:

1
![](/images/apple.png)