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-bangumipnpm add hexo-bilibili-bangumiyarn add hexo-bilibili-bangumiAdd 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: trueUpdate data before generation:
hexo bangumi -u
hexo clean && hexo generateSee the plugin repository for supported sources, authentication, cinema/game pages, and provider-specific options. Test its generated page after every Solitude or plugin upgrade.
