article-title/README.md

33 lines
568 B
Markdown
Raw Normal View History

2026-02-14 01:13:15 +00:00
# @quartz-community/article-title
2026-02-13 15:48:02 +00:00
2026-02-14 01:13:15 +00:00
Renders the article title from frontmatter as an h1 heading.
2026-02-13 15:48:02 +00:00
2026-02-14 01:13:15 +00:00
## Installation
2026-02-13 15:48:02 +00:00
```bash
2026-02-14 01:13:15 +00:00
npx quartz plugin add github:quartz-community/article-title
2026-02-13 15:48:02 +00:00
```
2026-02-14 01:13:15 +00:00
## Usage
2026-02-13 15:48:02 +00:00
```yaml title="quartz.config.yaml"
plugins:
- source: github:quartz-community/article-title
enabled: true
layout:
position: beforeBody
priority: 10
2026-02-13 15:48:02 +00:00
```
2026-02-14 01:13:15 +00:00
## Configuration
2026-02-13 15:48:02 +00:00
2026-02-14 01:13:15 +00:00
This plugin has no configuration options.
2026-02-13 15:48:02 +00:00
2026-02-14 01:13:15 +00:00
## Documentation
2026-02-13 15:48:02 +00:00
See the [Quartz documentation](https://quartz.jzhao.xyz/plugins/ArticleTitle) for more information.
2026-02-13 15:48:02 +00:00
## License
MIT