Commit graph

8 commits

Author SHA1 Message Date
saberzero1
0bf27f5693
chore: remove vestigial @jackyzha0/quartz peerDependency 2026-05-24 16:24:30 +02:00
saberzero1
fea5484f17
chore: centralize type declarations and standardize tooling config
- Update types/globals.d.ts with centralized type declarations
- Add .prettierignore, update .eslintrc.json with triple-slash-reference override
- Remove duplicate scripts.d.ts/styles.d.ts if present
2026-03-16 18:55:26 +01:00
saberzero1
363fcde8c1
chore: commit dist/ and remove prepare script
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.
2026-03-14 22:01:15 +01:00
saberzero1
1d6f78bb49
chore: move build tools to devDependencies, shared deps to peerDependencies
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.
2026-03-14 21:27:33 +01:00
saberzero1
3f8eafdda5
fix: move tsup and typescript to dependencies for git install compatibility 2026-02-23 01:10:18 +01:00
saberzero1
61744308cf
chore: add quartz plugin manifest to package.json 2026-02-17 17:40:12 +01:00
saberzero1
6f7fbeb4b0
Implement RemoveDrafts filter plugin
Strip template scaffolding (components, emitter, transformer, i18n, tests)
and implement a filter-only plugin that excludes content with draft: true
from published output.
2026-02-13 23:27:36 +01:00
Emile Bangma
e71b046cd1
Initial commit 2026-02-13 23:20:15 +01:00