diff --git a/docs/plugins/StackedPages.md b/docs/plugins/StackedPages.md index b3b7e4bf5..b99a8a58e 100644 --- a/docs/plugins/StackedPages.md +++ b/docs/plugins/StackedPages.md @@ -38,6 +38,10 @@ This plugin accepts the following configuration options: ```yaml title="quartz.config.yaml" - source: github:quartz-community/stacked-pages enabled: true + layout: + position: afterBody + priority: 50 + display: all options: paneWidth: 640 maxPanes: 5 diff --git a/quartz.config.default.yaml b/quartz.config.default.yaml index 2fb371630..10ab03bfb 100644 --- a/quartz.config.default.yaml +++ b/quartz.config.default.yaml @@ -239,6 +239,10 @@ plugins: display: all - source: github:quartz-community/stacked-pages enabled: true + layout: + position: afterBody + priority: 50 + display: all layout: groups: toolbar: diff --git a/quartz.lock.json b/quartz.lock.json index f2793ec49..3ec6b2e8a 100644 --- a/quartz.lock.json +++ b/quartz.lock.json @@ -226,8 +226,8 @@ "stacked-pages": { "source": "github:quartz-community/stacked-pages", "resolved": "https://github.com/quartz-community/stacked-pages.git", - "commit": "7344a7b9ffe5d4dfcee30025046523cc5704dc6c", - "installedAt": "2026-03-13T18:19:53.430Z" + "commit": "2d853d361d84211adda38e2c86973e706f265f9b", + "installedAt": "2026-03-13T23:15:30.401Z" }, "syntax-highlighting": { "source": "github:quartz-community/syntax-highlighting", diff --git a/quartz/cli/templates/blog.yaml b/quartz/cli/templates/blog.yaml index c17b455b7..534cb967c 100644 --- a/quartz/cli/templates/blog.yaml +++ b/quartz/cli/templates/blog.yaml @@ -105,6 +105,10 @@ plugins: enabled: false - source: github:quartz-community/stacked-pages enabled: false + layout: + position: afterBody + priority: 50 + display: all - source: github:quartz-community/alias-redirects enabled: true - source: github:quartz-community/content-index diff --git a/quartz/cli/templates/default.yaml b/quartz/cli/templates/default.yaml index c537ba033..78201d4dc 100644 --- a/quartz/cli/templates/default.yaml +++ b/quartz/cli/templates/default.yaml @@ -105,6 +105,10 @@ plugins: enabled: true - source: github:quartz-community/stacked-pages enabled: false + layout: + position: afterBody + priority: 50 + display: all - source: github:quartz-community/alias-redirects enabled: true - source: github:quartz-community/content-index diff --git a/quartz/cli/templates/obsidian.yaml b/quartz/cli/templates/obsidian.yaml index 5a3184713..0236c7a03 100644 --- a/quartz/cli/templates/obsidian.yaml +++ b/quartz/cli/templates/obsidian.yaml @@ -115,6 +115,10 @@ plugins: enabled: true - source: github:quartz-community/stacked-pages enabled: false + layout: + position: afterBody + priority: 50 + display: all - source: github:quartz-community/alias-redirects enabled: true - source: github:quartz-community/content-index diff --git a/quartz/cli/templates/ttrpg.yaml b/quartz/cli/templates/ttrpg.yaml index 653cbdf90..d37af8252 100644 --- a/quartz/cli/templates/ttrpg.yaml +++ b/quartz/cli/templates/ttrpg.yaml @@ -115,6 +115,10 @@ plugins: enabled: true - source: github:quartz-community/stacked-pages enabled: false + layout: + position: afterBody + priority: 50 + display: all - source: github:quartz-community/alias-redirects enabled: true - source: github:quartz-community/content-index