mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-02-04 06:25:41 -06:00
636 B
636 B
| title | tags | |
|---|---|---|
| BasePage |
|
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
- Category: Emitter
- Function name:
Plugin.BasePage(). - Source:
quartz/plugins/emitters/basePage.tsx.