新建页面
在文件夹\blog\source\_posts
中进行git bash here
执行以下命令生成新页面
1 | hexo n "name" # name 文章名称 |
生成文章后,用编辑器打开name.md,可以这样添加标签和分类
1 | --- |
在description部分加图片和播放器
description 后面必须要有文字,不然首页会全文展示。即使后面加了<!--more-->
1 | description: 重拾记忆<div style="float:left"><img src="https://warmshawn.oss-cn-beijing.aliyuncs.com/Reminiscence/%E5%8C%97%E5%9F%8E/%E6%95%85%E4%B9%A1_490x296.jpg?x-oss-process=style/style1" width="894" height="312" ></div> |
前面的空行看起来很重要
我突然明白,视频点不开,并不是因为路径过长。而是我这设置了盗链保护,必须要deposited到github上,再去访问,就能看到了。