Posts tagged with blogging
{
"id": "post-1",
"data": {
"title": "My First Blog Post",
"pubDate": "2024-01-02T00:00:00.000Z",
"description": "This is the first post of my new Astro blog.",
"author": "Astro Learner",
"type": "default",
"tags": [
"astro",
"blogging",
"learning in public"
],
"image": {
"url": "/blog/blog-placeholder-1.jpg",
"alt": "The full Astro logo."
},
"draft": true
},
"body": "# My First Blog Post\n\nPublished on: 2022-07-01\n\nWelcome to my _new blog_ about learning Astro! Here, I will share my learning journey as I build a new website.\n\n## What I've accomplished\n\n1. **Installing Astro**: First, I created a new Astro project and set up my online accounts.\n\n2. **Making Pages**: I then learned how to make pages by creating new `.astro` files and placing them in the `src/pages/` folder.\n\n3. **Making Blog Posts**: This is my first blog post! I now have Astro pages and Markdown posts!\n\n## What's next\n\nI will finish the Astro tutorial, and then keep adding more posts. Watch this space for more to come.",
"filePath": "src/content/posts/post-1.md",
"digest": "30460091a59c8baa",
"rendered": {
"html": "<h1 id=\"my-first-blog-post\">My First Blog Post</h1>\n<p>Published on: 2022-07-01</p>\n<p>Welcome to my <em>new blog</em> about learning Astro! Here, I will share my learning journey as I build a new website.</p>\n<h2 id=\"what-ive-accomplished\">What I’ve accomplished</h2>\n<ol>\n<li>\n<p><strong>Installing Astro</strong>: First, I created a new Astro project and set up my online accounts.</p>\n</li>\n<li>\n<p><strong>Making Pages</strong>: I then learned how to make pages by creating new <code>.astro</code> files and placing them in the <code>src/pages/</code> folder.</p>\n</li>\n<li>\n<p><strong>Making Blog Posts</strong>: This is my first blog post! I now have Astro pages and Markdown posts!</p>\n</li>\n</ol>\n<h2 id=\"whats-next\">What’s next</h2>\n<p>I will finish the Astro tutorial, and then keep adding more posts. Watch this space for more to come.</p>",
"metadata": {
"headings": [
{
"depth": 1,
"slug": "my-first-blog-post",
"text": "My First Blog Post"
},
{
"depth": 2,
"slug": "what-ive-accomplished",
"text": "What I’ve accomplished"
},
{
"depth": 2,
"slug": "whats-next",
"text": "What’s next"
}
],
"localImagePaths": [],
"remoteImagePaths": [],
"frontmatter": {
"title": "My First Blog Post",
"pubDate": "2024-01-02T00:00:00.000Z",
"description": "This is the first post of my new Astro blog.",
"author": "Astro Learner",
"draft": true,
"image": {
"url": "/blog/blog-placeholder-1.jpg",
"alt": "The full Astro logo."
},
"type": "default",
"tags": [
"astro",
"blogging",
"learning in public"
]
},
"imagePaths": []
}
},
"collection": "posts"
}{
"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"
}