Every token and component the portfolio is built from — colors, type, buttons, tags, cards, menus and the hand-drawn patterns that tie them together. One source of truth.
Rough border, offset shadow, a push-pin and a slight tilt that straightens on hover.
For rules, tips and asides — tinted background with a colored sketchy border.
export async function deploy(app) {
const build = await pipeline.build(app);
await pipeline.test(build);
return { url: app.url, ok: true };
}