mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-21 13:35:42 -05:00
feat: added stacked page panes
This commit is contained in:
parent
bce404d415
commit
068b6b975c
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user