mirror of
https://github.com/quartz-community/footer.git
synced 2026-07-22 02:50:23 +00:00
No description
| .github/workflows | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierrc | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||
@quartz-community/footer
Renders a footer with a "Created with Quartz" message and configurable links.
Installation
npx quartz plugin add github:quartz-community/footer
Usage
plugins:
- source: github:quartz-community/footer
enabled: true
options:
links:
GitHub: https://github.com/jackyzha0/quartz
Discord Community: https://discord.gg/cRFFHYye7t
For advanced use cases, you can override in TypeScript:
import * as ExternalPlugin from "./.quartz/plugins";
ExternalPlugin.Footer({
links: {
GitHub: "https://github.com/jackyzha0/quartz",
"Discord Community": "https://discord.gg/cRFFHYye7t",
},
});
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
links |
Record<string, string> |
{} |
A map of link labels to their URLs to display in the footer. |
Documentation
See the Quartz documentation for more information.
License
MIT