Whale Hurled

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/test",
    "baseUrl": "",
    "body": {},
    "hostname": "mmm.jessetraynham.com",
    "ip": "216.73.216.8",
    "method": "GET",
    "originalUrl": "/blog/2025/test",
    "params": {},
    "path": "/blog/2025/test",
    "protocol": "https",
    "query": {},
    "secure": true,
    "subdomains": [
      "mmm"
    ]
  },
  "test": "This is a test",
  "blog": {
    "slug": "2025/test",
    "title": "Whale Hurled",
    "date": "2025-09-01T00:00:00.000Z",
    "tags": [
      "intro",
      "whale"
    ]
  },
  "cache": true,
  "page": {
    "title": "Whale Hurled",
    "date": "09/01/25",
    "layout": "layouts/index.lay",
    "block": "content",
    "tags": [
      "intro",
      "whale"
    ],
    "excerpt": "This is the very second post on my new blog system—just making sure it works!"
  }
}