# @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