Back to Blog

Hello World

EngineeringUpdate

Welcome to the Blog

This is a placeholder post. The infrastructure is set up and ready for authentic content.

To add a new post, simply create a new .mdx file in frontend/content/blog/ with the following frontmatter:

---
title: "Your Post Title"
date: "YYYY-MM-DD"
description: "A brief summary for the card view."
tags: ["Tag1", "Tag2"]
---

Happy writing!