From 7b5bbf317f990e946f26171e42d8c0bf5289bc65 Mon Sep 17 00:00:00 2001 From: LimePotato Date: Fri, 2 Feb 2024 18:41:54 -0700 Subject: [PATCH] 202402021841 --- dist/blog/index.html | 12 +++++ dist/posts/post-2/index.html | 96 ++++++++++++++++++++++++++++++++++++ src/pages/posts/post-2.md | 13 +++++ src/pages/posts/post-3.astro | 0 4 files changed, 121 insertions(+) create mode 100644 dist/posts/post-2/index.html create mode 100644 src/pages/posts/post-2.md create mode 100644 src/pages/posts/post-3.astro diff --git a/dist/blog/index.html b/dist/blog/index.html index aa6a22d..fa0d946 100644 --- a/dist/blog/index.html +++ b/dist/blog/index.html @@ -69,6 +69,18 @@ This is the first post of my new blog.

+ + diff --git a/dist/posts/post-2/index.html b/dist/posts/post-2/index.html new file mode 100644 index 0000000..69390c6 --- /dev/null +++ b/dist/posts/post-2/index.html @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + +
+

My Secpmd Blog Post

+

Summary: This is the secpmd post of my new blog. - Written by LimePotato on 2023-10-29

+
+
+

Welcome to my new blog this is a test post while I make the framework.

+
+
\ No newline at end of file diff --git a/src/pages/posts/post-2.md b/src/pages/posts/post-2.md new file mode 100644 index 0000000..5c6f761 --- /dev/null +++ b/src/pages/posts/post-2.md @@ -0,0 +1,13 @@ +--- +layout: ../../layouts/MDPost.astro +title: 'My Second Blog Post' +pubDate: 2023-10-29 +description: 'This is the second post of my new blog.' +author: 'LimePotato' +image: + url: '/assets/branding/obo.svg' + alt: 'Website Icon' +tags: ["second", "blogging"] +--- + +Welcome to my _new blog_ this is a test post while I make the framework. diff --git a/src/pages/posts/post-3.astro b/src/pages/posts/post-3.astro new file mode 100644 index 0000000..e69de29