Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A minimalist, dark-themed personal blog homepage built with HTML, Tailwind CSS, and vanilla JavaScript. It dynamically lists markdown blog posts (with title, date, and optional image) from a GitHub repository, styled with modern curved cards and responsive design.

ikenith/ikenith.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🕶️ The 01 — Minimalist Digital Hideout

“In a world drowned by noise, one site dared to whisper…”


🌑 What is The 01?

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.


🛠️ Under the Hood

  • 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.

✨ Features

  • 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 /posts and 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.

📁 Project Structure

/
├── 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

🚀 How to Add a Post

  1. Write your post
    • Use Markdown.
    • Start with frontmatter:
      ---
      title: "Your Post Title"
      date: "YYYY-MM-DD"
      image: "https://your-image-url.com" # optional
      ---
      
  2. Save it in /posts
    • Example: posts/my-cool-story.md
  3. Commit & push
    git add .
    git commit -m "Add: my cool story"
    git push
  4. Done!
    • Refresh the site. Your post is live.

💡 Why The 01?

Because the internet needs more quiet corners.
Because you want a blog that feels like a cozy, late-night chat.
Because minimal is beautiful.


🖤 Credits

Built by Kamal
With love, curiosity, and rounded corners.


© 2025 Kamal — All rights reserved, all corners rounded.

About

A minimalist, dark-themed personal blog homepage built with HTML, Tailwind CSS, and vanilla JavaScript. It dynamically lists markdown blog posts (with title, date, and optional image) from a GitHub repository, styled with modern curved cards and responsive design.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •