back

Recipes

${query[[from p = index.tag “page” where p.name.startsWith(“Recipe”) order by p.lastModified desc select {
name = p.name:gsub(“Recipes/”,“”),
tags = p.tags,
author = p.author or “”,
modified = p.rating or “”
}]]}

{
  "type": "file",
  "name": "index.md",
  "path": "/resources/recipes/index.md",
  "modTime": "2025-10-10T22:42:27.924Z",
  "mime": "application/markdown",
  "size": 263,
  "content": {
    "_schema": "Review",
    "_type": "Review",
    "author": {
      "_type": "Person"
    },
    "itemReviewed": {
      "name": "Recipes"
    },
    "reviewBody": "${query[[from p = index.tag \"page\" where p.name.startsWith(\"Recipe\") order by p.lastModified desc select {\n    name = p.name:gsub(\"Recipes/\",\"\"),\n    tags = p.tags,\n    author = p.author or \"\",\n    modified = p.rating or \"\"\n  }]]}\n",
    "reviewRating": {
      "bestRating": 5,
      "worstRating": 1
    }
  }
}