diff --git a/src/app/blogs/how_the_blog_feature_works/page.mdx b/src/app/blogs/how_the_blog_feature_works/page.mdx
new file mode 100644
index 0000000..2e6248b
--- /dev/null
+++ b/src/app/blogs/how_the_blog_feature_works/page.mdx
@@ -0,0 +1,27 @@
+export const metadata = {
+ title: "How the Blog Feature Work...",
+ description:
+ "Learn how to use MDX and NextJS to add static blogs in your website",
+ isPublished: true,
+ slug: "welcome_to_logsfolio",
+ publishDate: "2nd Jul, 2024",
+};
+
+
+
+# How the Blog Feature Work...
+
+
+