dd82ab8d79
* Update Assets.md * expand fix for every /plugins page
938 B
938 B
title | tags | |
---|---|---|
Static |
|
This plugin emits all static resources needed by Quartz. This is used, for example, for fonts and images that need a stable position, such as banners and icons. The plugin respects the ignorePatterns
in the global configuration.
Important
This is different from Assets. The resources from the Static plugin are located under
quartz/static
, whereas Assets renders all static resources undercontent
and is used for images, videos, audio, etc. that are directly referenced by your markdown content.
Note
For information on how to add, remove or configure plugins, see the configuration#Plugins page.
This plugin has no configuration options.
API
- Category: Emitter
- Function name:
Plugin.Static()
. - Source:
quartz/plugins/emitters/static.ts
.