日志发布
发布新日志,新博客
hexo new "Hello"
然后到source/_post下编辑同名md文件再clean && d -g
ps: md文件里 ##
后面需要空格
删除日志
直接_post下删了,再clean,d -g
日志添加分类,标签
生成md文件时,在顶部会有填写分类标签的地方,像这篇我就是这样写的
categories: hexo
tags: [hexo,node.js]
下面的日志,分类,标签是有了1个后才会出来,日志本来就有一篇,所以其他的两个一开始是没有的。
放音乐
打开网页版网易云音乐。搜索歌曲,点击生成外链播放器,复制html代码。
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=471374061&auto=1&height=66"></iframe>
嵌入不自动播放只需要把以上代码中的auto改为=0即可,样子是这样的
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=471374061&auto=1&height=66"></iframe>
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=471374061&auto=1&height=66"></iframe>
阅读更多 设置
在文章的想要截断的区域, 添加这个``
本地图片方便引入
http://www.jianshu.com/p/c2ba9533088a
- 首先确认
_config.yml
中有 post_asset_folder:true - hexo下执行
npm install https://github.com/CodeFalling/hexo-asset-image --save
- 之后新建的md会在
_posts
下出现同名文件夹,是放图片的,之后[图片上传失败...(image-170cf0-1510579736404)]