Личная платформа Бакытжана Избасарова (ex1te) для текстов, проектов и экспериментов.
ex1te-personal-platform/
├── .github/ # push-based CI configuration
├── sketches/ # четыре HTML-прототипа и Content Blueprint
├── site/ # production Astro application
└── CONTRIBUTING.md
- Content Blueprint
- Current visual source — 004 Editorial Field Station
- Astro application
- Local Git branch workflow
- Astro 7 and strict TypeScript;
- build-time Content Collections for
writing,lab, andprojects; - responsive Editorial Field Station homepage with real-content discovery, current work directions, and visible topic tags;
- portrait-based personal identity with favicon and Open Graph assets;
- interactive
Steppe Signalcomponent; - desktop reading routes with heading indexes, active-section tracking, progress, and return-to-top controls;
- Writing, Lab, Projects, Uses, Now, and About routes;
- RSS and sitemap;
- Memory Wiki published as the first full project page, Unicode Spinner Playground as the first Lab experiment, and
rn + tmuxpas the first practical Writing guide; remaining starter content stays in drafts; - Node integration tests against the production build.
Requires Bun 1.3.14 and Node.js 22.12 or newer.
cd site
bun install
bun run verifybun run verify runs Astro type/schema checking, a static production build, and integration tests.
The static site is published to ex1te.pages.dev with Cloudflare Pages.
cd site
bun run build
bunx wrangler pages deploy dist --project-name ex1te --branch mainSITE_URL can override the canonical base when a custom domain is connected later.