Location src/pages/blog/**.md
src/pages/blog/**.md
For create new article page, you can simply copy example markdown files, then rename with your url article page, and open with code editor, change and update with your own, and save it.
Fontformatter
---layout: ../../design/blog/blogpost.astrotitle: "Title for your blog article"description: "Description article blog"image: Image url in here...pubDate: Input publish datetags: ["your tag in here..", "tag1", "tag2"]categories: ["categories in here.."]---Write your article content in here....
Read documentation here →