mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-12 19:50:39 +00:00
base path refactor, more docs
This commit is contained in:
parent
08f8e3b4a4
commit
906f91f8ee
37 changed files with 1861 additions and 156 deletions
|
@ -45,6 +45,8 @@ This part of the configuration concerns anything that can affect the whole site.
|
|||
## Plugins
|
||||
You can think of Quartz plugins as a series of transformations over content.
|
||||
|
||||
![[quartz-transform-pipeline.png]]
|
||||
|
||||
```ts
|
||||
plugins: {
|
||||
transformers: [...],
|
||||
|
@ -72,6 +74,6 @@ transformers: [
|
|||
```
|
||||
|
||||
### Layout
|
||||
Certain emitters may also output [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) files.
|
||||
Certain emitters may also output [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) files. To make sure that
|
||||
|
||||
### Components
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
- fixes
|
||||
- CLI
|
||||
- update
|
||||
- push
|
||||
|
|
BIN
content/quartz-transform-pipeline.png
Normal file
BIN
content/quartz-transform-pipeline.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 72 KiB |
Loading…
Add table
Add a link
Reference in a new issue