Bangumi Page

Learn how to configure the Bangumi page for the Solitude theme.

Install hexo-bilibili-bangumi Plugin

npm
pnpm
bun
yarn
npm i hexo-bilibili-bangumi

Add Hexo Configuration

Add the following configuration at the bottom of the Hexo config file

_config.yml
# 追番插件
# https://github.com/HCLonely/hexo-bilibili-bangumi
bangumi: # 追番设置
  enable: true
  source: bili
  path:
  vmid: 527260354
  title: "追番列表"
  quote: "生命不息,追番不止!"
  show: 1
  lazyload: false
  loading:
  showMyComment: false
  pagination: false
  extra_options:
    top_img: false
    lazyload:
      enable: false

For detailed parameter descriptions, refer to the project README of hexo-bilibili-bangumi

Run hexo bangumi -u to update the bangumi data