Publih On: 2023-12-02
Access on src/pages/blog
blog
this area for write blog post artilce, note: don’t delete or change [..pages].astro
file you can create new article by create new .md files and name it with your article for example hello-wolrd.md
, then you can insert this fontformatter.
---
layout: ../../design/blog/blogpost.astro # this is default themes
title: "write your title in here"
description: "insert description here"
image: insert your image url
pubDate: insert date example 2023-12-04
tags: ["insert tag here", "tag1", "tag2"]
categories: 'insert categories in here'
---
Write your content with markdown lang here...
after you have update, save it.
For simple step, you can copy and paste from example.md files, then update / edit with you needed.