mirror of
https://github.com/quartz-community/page-title.git
synced 2026-07-22 02:50:31 +00:00
No description
tsup and typescript are only needed at build time — move to devDependencies so they can be pruned after build. Dependencies already available from the host Quartz installation are moved to peerDependencies to avoid duplication. |
||
|---|---|---|
| .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/page-title
Renders the site-wide page title as a link to the home page.
Installation
npx quartz plugin add github:quartz-community/page-title
Usage
plugins:
- source: github:quartz-community/page-title
enabled: true
layout:
position: left
priority: 10
Configuration
This plugin has no configuration options.
Documentation
See the Quartz documentation for more information.
License
MIT