Posts tagged with successes

    {
      "id": "post-2",
      "data": {
        "title": "My Second Blog Post",
        "pubDate": "2022-07-08T00:00:00.000Z",
        "description": "After learning some Astro, I couldn't stop!",
        "author": "Astro Learner",
        "type": "info",
        "tags": [
          "astro",
          "blogging",
          "learning in public",
          "successes"
        ],
        "image": {
          "url": "https://docs.astro.build/assets/arc.webp",
          "alt": "Thumbnail of Astro arcs."
        },
        "draft": true
      },
      "body": "After a successful first week learning Astro, I decided to try some more. I wrote and imported a small component from memory!",
      "filePath": "src/content/posts/post-2.md",
      "digest": "13e70ccdbfe25007",
      "rendered": {
        "html": "<p>After a successful first week learning Astro, I decided to try some more. I wrote and imported a small component from memory!</p>",
        "metadata": {
          "headings": [],
          "localImagePaths": [],
          "remoteImagePaths": [],
          "frontmatter": {
            "title": "My Second Blog Post",
            "author": "Astro Learner",
            "draft": true,
            "description": "After learning some Astro, I couldn't stop!",
            "image": {
              "url": "https://docs.astro.build/assets/arc.webp",
              "alt": "Thumbnail of Astro arcs."
            },
            "pubDate": "2022-07-08T00:00:00.000Z",
            "type": "info",
            "tags": [
              "astro",
              "blogging",
              "learning in public",
              "successes"
            ]
          },
          "imagePaths": []
        }
      },
      "collection": "posts"
    }
    {
      "id": "post-4",
      "data": {
        "title": "My Fourth Blog Post",
        "pubDate": "2022-08-08T00:00:00.000Z",
        "description": "This post will show up on its own!",
        "author": "Astro Learner",
        "type": "destructive",
        "tags": [
          "astro",
          "successes"
        ],
        "image": {
          "url": "https://docs.astro.build/default-og-image.png",
          "alt": "The word astro against an illustration of planets and stars."
        },
        "draft": true
      },
      "body": "This post should show up with my other blog posts, because `Astro.glob()` is returning a list of all my posts in order to create my list.",
      "filePath": "src/content/posts/post-4.md",
      "digest": "3508ff466b0e4a37",
      "rendered": {
        "html": "<p>This post should show up with my other blog posts, because <code>Astro.glob()</code> is returning a list of all my posts in order to create my list.</p>",
        "metadata": {
          "headings": [],
          "localImagePaths": [],
          "remoteImagePaths": [],
          "frontmatter": {
            "title": "My Fourth Blog Post",
            "author": "Astro Learner",
            "description": "This post will show up on its own!",
            "image": {
              "url": "https://docs.astro.build/default-og-image.png",
              "alt": "The word astro against an illustration of planets and stars."
            },
            "pubDate": "2022-08-08T00:00:00.000Z",
            "draft": true,
            "type": "destructive",
            "tags": [
              "astro",
              "successes"
            ]
          },
          "imagePaths": []
        }
      },
      "collection": "posts"
    }
    {
      "id": "post-5",
      "data": {
        "title": "My Fourth Blog Post",
        "pubDate": "2024-01-01T00:00:00.000Z",
        "description": "This post will show up on its own!",
        "author": "Astro Learner",
        "type": "success",
        "tags": [
          "astro",
          "successes"
        ],
        "image": {
          "url": "https://docs.astro.build/default-og-image.png",
          "alt": "The word astro against an illustration of planets and stars."
        },
        "draft": true
      },
      "body": "This post should show up with my other blog posts, because `Astro.glob()` is returning a list of all my posts in order to create my list.",
      "filePath": "src/content/posts/post-5.md",
      "digest": "f3f76d1b9a4392f2",
      "rendered": {
        "html": "<p>This post should show up with my other blog posts, because <code>Astro.glob()</code> is returning a list of all my posts in order to create my list.</p>",
        "metadata": {
          "headings": [],
          "localImagePaths": [],
          "remoteImagePaths": [],
          "frontmatter": {
            "title": "My Fourth Blog Post",
            "author": "Astro Learner",
            "description": "This post will show up on its own!",
            "image": {
              "url": "https://docs.astro.build/default-og-image.png",
              "alt": "The word astro against an illustration of planets and stars."
            },
            "pubDate": "2024-01-01T00:00:00.000Z",
            "draft": true,
            "type": "success",
            "tags": [
              "astro",
              "successes"
            ]
          },
          "imagePaths": []
        }
      },
      "collection": "posts"
    }