add blog to project

This commit is contained in:
mahdiarghyani
2025-11-09 13:56:03 +03:30
parent 24a91baaf5
commit c7e5eb0713
26 changed files with 3310 additions and 11 deletions
+14
View File
@@ -0,0 +1,14 @@
---
title: "This is a Draft Post"
description: "This post is in draft mode and should not appear in production."
date: "2024-11-10"
tags: ["draft", "test"]
author: "Ali Arghyani"
draft: true
---
# Draft Post
This is a draft post that should only be visible in development mode.
It will be filtered out in production using the `draft: true` frontmatter field.