diff options
| author | IwanIDev <iwan@iwani.dev> | 2026-03-21 13:47:35 +0000 |
|---|---|---|
| committer | IwanIDev <iwan@iwani.dev> | 2026-03-21 13:47:35 +0000 |
| commit | c2ad94b04f290b5197a1cc80c98015be9e7b25da (patch) | |
| tree | cae81947194a92ec9dfe50f079f6816e5fba6033 /src/content/blog | |
| parent | 928fbed509e1dd872de601b75712bcfd13fc00bd (diff) | |
feat: add blog post listing and UI components for the blog
Diffstat (limited to 'src/content/blog')
| -rw-r--r-- | src/content/blog/getting-started-astro.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/content/blog/getting-started-astro.md b/src/content/blog/getting-started-astro.md new file mode 100644 index 0000000..fcddbcc --- /dev/null +++ b/src/content/blog/getting-started-astro.md @@ -0,0 +1,9 @@ +--- +title: "Getting Started with Astro" +description: "Basic Astro Blog Post" +publishDate: 2026-03-21 +author: "Iwan R. Ingman" +--- + +# Test Blog Post +This is a test Astro blog post.
\ No newline at end of file |
