We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56acede commit 200f3a6Copy full SHA for 200f3a6
1 file changed
tutorial/src/pages/posts/post-5.md
@@ -0,0 +1,12 @@
1
+---
2
+layout: ../../layouts/MDpostLayout.astro
3
+title: My Fifth Blog Post
4
+author: Astro Learner
5
+description: "I can add blog post from GitHub!"
6
+image:
7
+ url: "https://docs.astro.build/assets/arc.webp"
8
+ alt: "The Astro logo on a dark background with a purple gradient arc."
9
+pubDate: 2026-04-17
10
+tags: ["astro", "blogging", "learning in public", "successes"]
11
12
+I am just checking if I can create a blog Post directly from GitHub.
0 commit comments