mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-22 14:05:43 -05:00
977 B
977 B
| title | tags | |
|---|---|---|
| ContentMeta |
|
This plugin displays content metadata below the article title, such as the creation date and estimated reading time.
Note
For information on how to add, remove or configure plugins, see the configuration#Plugins page.
Configuration
This plugin accepts the following configuration options:
showReadingTime: Whether to display the estimated reading time. Defaults totrue.showComma: Whether to display a comma between metadata items. Defaults totrue.
Default options
- source: github:quartz-community/content-meta
enabled: true
options:
showReadingTime: true
showComma: true
API
- Category: Component
- Function name:
ExternalPlugin.ContentMeta(). - Source:
quartz-community/content-meta - Install:
npx quartz plugin add github:quartz-community/content-meta