A minimal, retro-arcade themed blog for computer science, AI and technology posts. Built with Astro 6 🧑🚀 and deployed to GitHub Pages.
| Row | Post name | Commit date | Contributor |
|---|---|---|---|
| 1 | getting-started | 2026-06-25 | @CS-Astronaut |
| 2 | drones-vs-zebra-trucks | 2026-06-28 | @CS-Astronaut |
| 3 | qubit | 2026-07-04 | @grep-FOX |
| 4 | dithering | 2026-07-14 | @CS-Astronaut |
- Framework: Astro 6
- Styling: CSS with Tokyo Night variables
- Build: Node.js + npm
- Hosting: GitHub Pages
- Type Safety: TypeScript
Human-Readable/
├── public/ # Static assets (images, favicon, etc.)
├── src/
│ ├── components/ # Reusable Astro components
│ ├── layouts/ # Page layouts
│ ├── pages/ # Page routes (including blog posts)
│ └── styles/ # Global styles and variables
├── astro.config.mjs # Astro configuration
├── tsconfig.json # TypeScript configuration
└── package.json # Project metadata and dependencies
Contributions are always welcome! See contributing.md for ways to get started.
This project is open source and available under the MIT License.
