Website for monospaced.com.
An Eleventy site built with the Set design system (HTML/SSR route). The previous site is preserved as a static archive under src/v1/ and copied verbatim into the build.
src/*.11ty.ts— page templates, composed from Set SSR rendererssrc/_includes/base.11ty.ts— base layout (head, header, footer, Set root)src/_data/*.json— structured content (Eleventy global data)src/_content/*.md— prose fragments read by templates, rendered with@monospaced/set-markdownsrc/v1/— static v1 archive, passthrough-copied to/v1/
pnpm install
pnpm dev # serve with live reload
pnpm build # build to dist/
pnpm typecheck
pnpm lint
pnpm lint:cssDeployed on Netlify — see netlify.toml.