Hello World

Welcome to the blog system! 🎉

This is a test entry created on August 30, 2025.
It uses front matter at the top of the file to define metadata such as title, date, published status, tags, and an excerpt.

Here are a few things to check:

If you’re seeing this, then the parsing, index building, and rendering pipeline are all working properly. ✅

{
  "_request": {
    "url": "/blog/2025/test2",
    "baseUrl": "",
    "body": {},
    "hostname": "mmm.jessetraynham.com",
    "ip": "216.73.216.8",
    "method": "GET",
    "originalUrl": "/blog/2025/test2",
    "params": {},
    "path": "/blog/2025/test2",
    "protocol": "https",
    "query": {},
    "secure": true,
    "subdomains": [
      "mmm"
    ]
  },
  "test": "This is a test",
  "blog": {
    "slug": "2025/test2",
    "title": "Hello World",
    "date": "2025-09-01T00:00:00.000Z",
    "tags": [
      "outro",
      "welcome"
    ]
  },
  "cache": true,
  "page": {
    "title": "Hello World",
    "date": "09/01/25",
    "layout": "layouts/index.lay",
    "block": "content",
    "tags": [
      "outro",
      "welcome"
    ],
    "excerpt": "This is the very first post on my new blog system—just making sure it works!"
  }
}