Welcome to My Blog
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:
- Create a new
.mdfile in the_postsdirectory - Add some front matter (title, date, etc.)
- Write my content in Markdown
- 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!