quartz/docs/plugins/BasePage.md
Aaron Pham dba5a9c920
feat(bases): migrate from vault to upstream
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2026-01-30 02:25:53 -05:00

636 B

title tags
BasePage
plugin/emitter

This plugin emits pages for each view defined in .base files. See bases for usage.

Note

For information on how to add, remove or configure plugins, see the configuration#Plugins page.

Pages use defaultListPageLayout from quartz.layout.ts with BaseContent as the page body. To customize the layout, edit quartz/components/pages/BaseContent.tsx.

API