base path refactor, more docs

This commit is contained in:
Jacky Zhao
2023-07-13 00:19:35 -07:00
parent 33c8c9c5f6
commit ffb2c9ba57
37 changed files with 1861 additions and 156 deletions

View File

@ -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

View File

@ -1,4 +1,5 @@
- fixes
- CLI
- update
- push

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB