mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-21 21:45: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"
|
```yaml title="quartz.config.yaml"
|
||||||
- source: github:quartz-community/stacked-pages
|
- source: github:quartz-community/stacked-pages
|
||||||
enabled: true
|
enabled: true
|
||||||
|
layout:
|
||||||
|
position: afterBody
|
||||||
|
priority: 50
|
||||||
|
display: all
|
||||||
options:
|
options:
|
||||||
paneWidth: 640
|
paneWidth: 640
|
||||||
maxPanes: 5
|
maxPanes: 5
|
||||||
|
|||||||
@ -239,6 +239,10 @@ plugins:
|
|||||||
display: all
|
display: all
|
||||||
- source: github:quartz-community/stacked-pages
|
- source: github:quartz-community/stacked-pages
|
||||||
enabled: true
|
enabled: true
|
||||||
|
layout:
|
||||||
|
position: afterBody
|
||||||
|
priority: 50
|
||||||
|
display: all
|
||||||
layout:
|
layout:
|
||||||
groups:
|
groups:
|
||||||
toolbar:
|
toolbar:
|
||||||
|
|||||||
@ -226,8 +226,8 @@
|
|||||||
"stacked-pages": {
|
"stacked-pages": {
|
||||||
"source": "github:quartz-community/stacked-pages",
|
"source": "github:quartz-community/stacked-pages",
|
||||||
"resolved": "https://github.com/quartz-community/stacked-pages.git",
|
"resolved": "https://github.com/quartz-community/stacked-pages.git",
|
||||||
"commit": "7344a7b9ffe5d4dfcee30025046523cc5704dc6c",
|
"commit": "2d853d361d84211adda38e2c86973e706f265f9b",
|
||||||
"installedAt": "2026-03-13T18:19:53.430Z"
|
"installedAt": "2026-03-13T23:15:30.401Z"
|
||||||
},
|
},
|
||||||
"syntax-highlighting": {
|
"syntax-highlighting": {
|
||||||
"source": "github:quartz-community/syntax-highlighting",
|
"source": "github:quartz-community/syntax-highlighting",
|
||||||
|
|||||||
@ -105,6 +105,10 @@ plugins:
|
|||||||
enabled: false
|
enabled: false
|
||||||
- source: github:quartz-community/stacked-pages
|
- source: github:quartz-community/stacked-pages
|
||||||
enabled: false
|
enabled: false
|
||||||
|
layout:
|
||||||
|
position: afterBody
|
||||||
|
priority: 50
|
||||||
|
display: all
|
||||||
- source: github:quartz-community/alias-redirects
|
- source: github:quartz-community/alias-redirects
|
||||||
enabled: true
|
enabled: true
|
||||||
- source: github:quartz-community/content-index
|
- source: github:quartz-community/content-index
|
||||||
|
|||||||
@ -105,6 +105,10 @@ plugins:
|
|||||||
enabled: true
|
enabled: true
|
||||||
- source: github:quartz-community/stacked-pages
|
- source: github:quartz-community/stacked-pages
|
||||||
enabled: false
|
enabled: false
|
||||||
|
layout:
|
||||||
|
position: afterBody
|
||||||
|
priority: 50
|
||||||
|
display: all
|
||||||
- source: github:quartz-community/alias-redirects
|
- source: github:quartz-community/alias-redirects
|
||||||
enabled: true
|
enabled: true
|
||||||
- source: github:quartz-community/content-index
|
- source: github:quartz-community/content-index
|
||||||
|
|||||||
@ -115,6 +115,10 @@ plugins:
|
|||||||
enabled: true
|
enabled: true
|
||||||
- source: github:quartz-community/stacked-pages
|
- source: github:quartz-community/stacked-pages
|
||||||
enabled: false
|
enabled: false
|
||||||
|
layout:
|
||||||
|
position: afterBody
|
||||||
|
priority: 50
|
||||||
|
display: all
|
||||||
- source: github:quartz-community/alias-redirects
|
- source: github:quartz-community/alias-redirects
|
||||||
enabled: true
|
enabled: true
|
||||||
- source: github:quartz-community/content-index
|
- source: github:quartz-community/content-index
|
||||||
|
|||||||
@ -115,6 +115,10 @@ plugins:
|
|||||||
enabled: true
|
enabled: true
|
||||||
- source: github:quartz-community/stacked-pages
|
- source: github:quartz-community/stacked-pages
|
||||||
enabled: false
|
enabled: false
|
||||||
|
layout:
|
||||||
|
position: afterBody
|
||||||
|
priority: 50
|
||||||
|
display: all
|
||||||
- source: github:quartz-community/alias-redirects
|
- source: github:quartz-community/alias-redirects
|
||||||
enabled: true
|
enabled: true
|
||||||
- source: github:quartz-community/content-index
|
- source: github:quartz-community/content-index
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user