0.3.1 • Published 5 years ago

hexo-tag-bilibili v0.3.1

Weekly downloads
28
License
MIT
Repository
github
Last release
5 years ago

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.

0.3.1

5 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.0

10 years ago