Solitude Docs

Bangumi (Third Party)

Add an anime list with the third-party hexo-bilibili-bangumi plugin.

Bangumi is not a built-in Solitude page type. The page and data are generated by a third-party plugin; compatibility and data-source behavior belong to that plugin.

npm install hexo-bilibili-bangumi
pnpm add hexo-bilibili-bangumi
yarn add hexo-bilibili-bangumi

Add configuration to Hexo _config.yml, not _config.solitude.yml:

bangumi:
  enable: true
  source: bili
  path: bangumis/index.html
  vmid: your-user-id
  title: Anime List
  quote: Always watching
  theme: auto
  show: 1
  lazyload: true
  webp: true
  progress: true

Update data before generation:

hexo bangumi -u
hexo clean && hexo generate

See the plugin repository for supported sources, authentication, cinema/game pages, and provider-specific options. Test its generated page after every Solitude or plugin upgrade.