mirror of
https://github.com/quartz-community/darkmode.git
synced 2026-07-22 02:50:22 +00:00
No description
Pre-built output is now committed to the repository so that Quartz can skip the build step during plugin installation. The prepare script is removed to prevent redundant builds when installing from npm/git. |
||
|---|---|---|
| .github/workflows | ||
| dist | ||
| src | ||
| types | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierrc | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||
@quartz-community/darkmode
Adds a dark mode toggle button that switches between light and dark themes.
Installation
npx quartz plugin add github:quartz-community/darkmode
Usage
plugins:
- source: github:quartz-community/darkmode
enabled: true
layout:
position: left
priority: 30
group: toolbar
Configuration
This plugin has no configuration options.
Documentation
See the Quartz documentation for more information.
License
MIT