mirror of
https://github.com/quartz-community/article-title.git
synced 2026-07-22 02:50:30 +00:00
32 lines
568 B
Markdown
32 lines
568 B
Markdown
# @quartz-community/article-title
|
|
|
|
Renders the article title from frontmatter as an h1 heading.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
npx quartz plugin add github:quartz-community/article-title
|
|
```
|
|
|
|
## Usage
|
|
|
|
```yaml title="quartz.config.yaml"
|
|
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](https://quartz.jzhao.xyz/plugins/ArticleTitle) for more information.
|
|
|
|
## License
|
|
|
|
MIT
|