Skip to content

CS-Astronaut/Human-Readable

Repository files navigation

human-readable

Astro JavaScript TypeScript CSS3

A minimal, retro-arcade themed blog for computer science, AI and technology posts. Built with Astro 6 🧑‍🚀 and deployed to GitHub Pages.

Posts

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

Tech Stack

  • Framework: Astro 6
  • Styling: CSS with Tokyo Night variables
  • Build: Node.js + npm
  • Hosting: GitHub Pages
  • Type Safety: TypeScript

Project Structure

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

Contributing

Contributions are always welcome! See contributing.md for ways to get started.

License

This project is open source and available under the MIT License.

About

a simple blog website for CS & Tech posts

Resources

Contributing

Stars

2 stars

Watchers

0 watching

Forks

Contributors