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