From 51e90261d8dcceb7b17cc06ec29e9c2b2c306ace Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Wed, 25 Feb 2026 16:07:11 +0100 Subject: [PATCH] docs: update README for v5 unified config system --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fc60544..4fcaeb6 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,13 @@ npx quartz plugin add github:quartz-community/page-title ## Usage -```ts -// quartz.layout.ts -import * as Plugin from "./.quartz/plugins"; - -// Add to your layout -Plugin.PageTitle(); // in the appropriate layout section +```yaml title="quartz.config.yaml" +plugins: + - source: github:quartz-community/page-title + enabled: true + layout: + position: left + priority: 10 ``` ## Configuration @@ -24,7 +25,7 @@ This plugin has no configuration options. ## Documentation -See the [Quartz documentation](https://quartz.jzhao.xyz/) for more information. +See the [Quartz documentation](https://quartz.jzhao.xyz/plugins/PageTitle) for more information. ## License