This is a sample post to show you how blogging works on this site. Feel free to edit or delete it once you’ve published your first real one.
How to add a new post
- Create a new file in the
_postsfolder named exactly like this:YYYY-MM-DD-your-post-title.md - Add this at the top of the file (called “front matter”):
---
title: "Your Post Title"
date: 2026-07-20 09:00:00 +0530
excerpt: "One or two sentences that show up in the blog list."
---
- Write your post below the front matter using normal Markdown — headings with
##, bold with double asterisks, links with[text](url), and so on. - Commit and push to GitHub. GitHub Pages rebuilds the site automatically — no other steps needed.
That’s it. No build tools, no terminal commands required once your repo is set up.
What this blog will cover
- Practical AI adoption in manufacturing and industrial settings
- Reliability engineering lessons from the field
- Notes on the RCAI Framework as it develops
- Occasional commentary on industry events and talks
More soon.