mirror of
https://github.com/quartz-community/content-page.git
synced 2026-07-22 02:50:24 +00:00
No description
Plugins run server-side during the Quartz build step, not in the browser. Setting platform: 'node' tells esbuild to treat Node builtins as available externals and avoids CJS-in-ESM require() failures for any bundled dependencies that use Node APIs. |
||
|---|---|---|
| .github/workflows | ||
| dist | ||
| src | ||
| types | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||
@quartz-community/content-page
The default page type for regular content pages. Matches all pages except folder index pages and tag pages.
Installation
npx quartz plugin add github:quartz-community/content-page
Usage
plugins:
- source: github:quartz-community/content-page
enabled: true
Configuration
This plugin has no configuration options.
Documentation
See the Quartz documentation for more information.
License
MIT