Welcome to my blog! This is my first post on this new Jekyll-powered site hosted on GitHub Pages.

Why This Setup?

I wanted a simple, free blogging solution where I could:

  • Write posts in Markdown
  • Version control my content with Git
  • Host everything for free on GitHub Pages
  • No database or complex CMS needed

How It Works

This blog is powered by Jekyll, which automatically converts Markdown files into beautiful HTML pages. All I need to do is:

  1. Create a new .md file in the _posts directory
  2. Add some front matter (title, date, etc.)
  3. Write my content in Markdown
  4. Push to GitHub

That’s it! GitHub Pages builds and deploys the site automatically.

What’s Next?

I plan to write about:

  • Tech tutorials and tips
  • Daily learnings and reflections
  • Project updates
  • Anything interesting I discover

Stay tuned for more posts!