From 8a6db22361401f693d7bf0db406eae910f7e6506 Mon Sep 17 00:00:00 2001 From: Meleeman01 Date: Fri, 19 Jun 2026 17:47:04 -0500 Subject: [PATCH] updated blog --- src/pages/posts/post-2.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/pages/posts/post-2.md b/src/pages/posts/post-2.md index 2c06636..c4d5e8c 100644 --- a/src/pages/posts/post-2.md +++ b/src/pages/posts/post-2.md @@ -1,11 +1,12 @@ --- -title: My Second Blog Post -author: Astro Learner -description: "After learning some Astro, I couldn't stop!" +layout: '../../layouts/MarkdownPostLayout.astro' +title: 'Using a TUI for Content management' +pubDate: 2026-05-01 +description: "A lightweight, economical, and scalable option for backend website management" +author: 'Vincent Paul' image: - url: "https://docs.astro.build/assets/arc.webp" - alt: "The Astro logo on a dark background with a purple gradient arc." -pubDate: 2022-07-08 -tags: ["astro", "blogging", "learning in public", "successes"] + url: '/adobeSucks.jpg' + alt: 'The Astro logo on a dark background with a pink glow.' +tags: ["astro", "blogging", "learning in public"] --- After a successful first week learning Astro, I decided to try some more. I wrote and imported a small component from memory! \ No newline at end of file