1 min read
Welcome to [simple tensor]

Welcome to [simple tensor]! This is your first blog post.

Start writing about AI infrastructure, operating systems, observability, and more.

Getting Started

Edit this file at src/content/blog/welcome.md to customize your first post.

Writing Posts

Create new blog posts by adding .md or .mdx files to src/content/blog/.

Each post needs frontmatter:

---
title: "Your Post Title"
description: "A brief description"  # Optional
created: "2024-01-01"  # Required: creation date
modified: "2024-01-15"  # Optional: last modification date
draft: false  # Set to true to hide from published posts
---

Happy writing!