Files
quartz/docs/plugins/Footer.md
saberzero1 cce45e0718 docs: add repository, enabled, required frontmatter to all plugin docs
Added repository, enabled, and required fields to the frontmatter of
all 44 plugin documentation files. Updated Plugins.base to include
these columns, matching the information previously in the manual tables.
Also filtered out internal plugins (Assets, Static, ComponentResources,
NotFoundPage) from the base query.
2026-05-24 19:46:42 +02:00

1012 B

title, tags, image, repository, enabled, required
title tags image repository enabled required
Footer
plugin/component
quartz-community/footer true false

This plugin renders a footer at the bottom of the page with a "Created with Quartz" message and a set of configurable links.

Note

For information on how to add, remove or configure plugins, see the configuration#Plugins page.

Configuration

This plugin accepts the following configuration options:

  • links: A map of link labels to their URLs to display in the footer. Defaults to {}.

Default options

- source: github:quartz-community/footer
  enabled: true
  options:
    links:
      GitHub: https://github.com/jackyzha0/quartz
      Discord Community: https://discord.gg/cRFFHYye7t

API

  • Category: Component
  • Function name: ExternalPlugin.Footer().
  • Source: quartz-community/footer
  • Install: npx quartz plugin add github:quartz-community/footer