laywill / laywill/laywill.github.io
Image pipeline: optimise curated originals for commit
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 0
- Forks
- 0
- Avg merge
- 8h 17m
- Merged PRs (30d)
- 58
Description
Repeatable script (TypeScript) that takes curated originals (outside git) and produces committed source images: ≤2560px longest edge, sensible quality, stripped metadata (keep copyright), deterministic filenames. astro:assets handles renditions from there. See content-audit.md.
Acceptance criteria
- Script documented and rerunnable
- No committed image exceeds ~500 KB
- v1's fake-thumbnail mistake structurally impossible (one source per image, build-time renditions)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with docs/overhaul/content-audit.md, then inspect the current committed image assets and astro:assets usage to locate the image pipeline entry point. The work is done when a documented, rerunnable TypeScript script produces deterministic, size-limited originals with required copyright metadata and prevents the fake-thumbnail structure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 57/100