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