mirror of
https://github.com/quartz-community/footer.git
synced 2026-07-22 02:50:23 +00:00
No description
| .github/workflows | ||
| src | ||
| test | ||
| .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
// quartz.layout.ts
import * as Plugin from "./.quartz/plugins";
// Add to your layout
Plugin.Footer({
links: {
GitHub: "https://github.com/quartz-community",
},
});
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