@quartz-community/content-meta
v0.1.0
Published
ContentMeta component for Quartz - displays date and reading time
Downloads
45,870
Readme
@quartz-community/content-meta
Displays content metadata such as creation date and reading time.
Installation
npx quartz plugin add github:quartz-community/content-metaUsage
plugins:
- source: github:quartz-community/content-meta
enabled: true
layout:
position: beforeBody
priority: 20For advanced use cases, you can override in TypeScript:
import * as ExternalPlugin from "./.quartz/plugins";
ExternalPlugin.ContentMeta({
showReadingTime: true,
showComma: true,
});Configuration
| Option | Type | Default | Description |
| ----------------- | --------- | ------- | -------------------------------------------------- |
| showReadingTime | boolean | true | Whether to display the estimated reading time. |
| showComma | boolean | true | Whether to display a comma between metadata items. |
Documentation
See the Quartz documentation for more information.
License
MIT
