A hexo plugin embed a bilibili video in your hexo article quickly and easily.
一个hexo插件,可以快速而方便的在hexo页面中嵌入bilibili视频
Run command npm install hexo-bilibili-plus
in your hexo site path.
在Hexo的博客目录下执行npm install hexo-bilibili-plus
You can view demo in my blog here
可以在我的博客中查看demo
Insert {%blil $VID}
in your markdown file to use.
The $VID
can be any vaild bvid (current video number in bilibili, like BV14b4y1U7XX
) or avid (bilibili use it from 2009 to 2020, likeav170001
).
在文章的md文件中插入{%blil $VID}
来使用,$VID
可以是bv号也可以是av号
The reference content has been written in the source code.
参考内容在源代码中已写明