mirror of
https://github.com/quartz-community/article-title.git
synced 2026-07-22 02:50:30 +00:00
No description
Pre-built output is now committed to the repository so that Quartz can skip the build step during plugin installation. The prepare script is removed to prevent redundant builds when installing from npm/git. |
||
|---|---|---|
| .github/workflows | ||
| dist | ||
| src | ||
| test | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierrc | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||
@quartz-community/article-title
Renders the article title from frontmatter as an h1 heading.
Installation
npx quartz plugin add github:quartz-community/article-title
Usage
plugins:
- source: github:quartz-community/article-title
enabled: true
layout:
position: beforeBody
priority: 10
Configuration
This plugin has no configuration options.
Documentation
See the Quartz documentation for more information.
License
MIT