UNPKG

hexo-bangumi-gallery

Version:

A Hexo plugin, show your anime list in your blog.

27 lines (16 loc) 1.65 kB
## Introduction This is a anime list plugin for Hexo. It can display your favorite anime in your blog, including the anime you plan to watch, watching and watched. It supports getting anime information from [bgm.tv](https://bgm.tv/) and [MyAnimeList](https://myanimelist.net/). ## Preview There are two styles to choose for display. In `lite` mode, only the cover and *title (optional)* are displayed, while in `full` mode, more anime information will be displayed. ### lite mode In `lite` mode, only the cover and title of the anime displayed. You can configure the interval between anime and the number of anime displayed per page in the configuration file. This is described in detail in the configuration section below. ![lite mode with title displayed](../images/lite_mode_en_1.png "lite mode with title displayed") You can also choose to display only the cover. ![lite mode without title displayed](../images/lite_mode.png "lite mode without title displayed") ### full mode In `full` mode, in addition to the cover and title, it will also display information such as introduction, number of episodes, ratings, air date, etc. ![full mode](../images/full_mode_en_2.png "full mode") For the anime you are watching, you can choose whether to display the current progress in the anime information. ![display progress in watching tab with full mode](../images/full_mode_en_1.png "display progress in watching tab with full mode") !> **NOTE:** When using MyAnimeList API to get anime information, you need to provide an API key. And since MyAnimeList API has some restrictions, when using MyAnimeList API, you can only use `lite` mode.