“In a world drowned by noise, one site dared to whisper…”
Welcome to The 01 — a digital nook for thinkers, tinkerers, and night owls.
No ads. No clutter. No distractions.
Just a dark, minimal, and beautifully curved blog where your words take center stage.
- HTML5 — Pure, semantic, and drama-free.
- Tailwind CSS — For that clean, modern, “just right” look.
- Vanilla JS — No frameworks, just fast and simple.
- Markdown — Write posts like you’re jotting in your favorite notebook.
- GitHub Pages — Free, fast, and always online.
- Dark mode by default — Save your eyes, day or night.
- Curved cards & smooth corners — Because sharp edges are for spreadsheets.
- Hover effects — Subtle, but satisfying.
- Dynamic post loading — Drop a markdown file in
/postsand it appears like magic. - Responsive & mobile-friendly — Looks great everywhere.
- Clickable logo — Top-right, always brings you home.
- Footer credit — Because every hideout needs a signature.
/
├── index.html # Main blog page
├── post.html # Individual post view
├── posts/ # Your markdown posts live here
├── logo.png # Your logo (favicon too!)
├── README.md # This file
- Write your post
- Use Markdown.
- Start with frontmatter:
--- title: "Your Post Title" date: "YYYY-MM-DD" image: "https://your-image-url.com" # optional ---
- Save it in
/posts- Example:
posts/my-cool-story.md
- Example:
- Commit & push
git add . git commit -m "Add: my cool story" git push
- Done!
- Refresh the site. Your post is live.
Because the internet needs more quiet corners.
Because you want a blog that feels like a cozy, late-night chat.
Because minimal is beautiful.
Built by Kamal
With love, curiosity, and rounded corners.
© 2025 Kamal — All rights reserved, all corners rounded.