Bangumi Page
Publish anime watching data generated by a Bangumi or Bilibili plugin.
Purpose
Publish anime watching data generated by a Bangumi or Bilibili plugin.
Create the page
Create a page under source/bangumi/index.md and set a clear title.
---
title: Bangumi Page
date: 2026-01-01
type: bangumi
---Create the data file
Put repeatable content in source/_data/bangumi.yml.
items:
- name: Example item
description: Replace this with your own content.
link: https://example.comTheme configuration
Enable the page module in the theme configuration when the feature requires a switch.
pages:
bangumi:
enable: true
data: bangumi.ymlFile structure
Blog Directory
source
_data
bangumi.yml
bangumi
index.md
Field reference
name: display name.description: short explanatory text.link: optional external or internal URL.cover: optional image path when the page layout supports covers.tags: optional labels used for grouping or filtering.
Start with one or two items, confirm the page renders, then expand the data file.
