Skip to content

Z4Tech/hexo-tag-bilibili

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-tag-bilibili

Code Climate Embed bilibili videos in Hexo posts/pages

About

This is a Hexo tag plugin for embeded Bilibili videos in posts/pages

Installation

npm install --save hexo-tag-bilibili

Usage

The full tag format is as follows:

{% bilibili [av_id] %}
or
{% bilibili [av_id] [page] %}

example:

{% bilibili 2333333 3 %}

Configuration

You can configure the type, autoplay and size in your main _config.yml:

Example configuration:

bilibili:
  width: 452
  height: 544

Style

The Video Clip is wrapped by a div with the class bili_video. You can modify it in your theme's css files.

License

Copyright (c) 2015, Z4Tech. Licensed under the MIT license.

About

Embed bilibili videos in Hexo posts/pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published