Skip to content

Blog Content

Blog Content Article

Location 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.astro
title: "Title for your blog article"
description: "Description article blog"
image: Image url in here...
pubDate: Input publish date
tags: ["your tag in here..", "tag1", "tag2"]
categories: ["categories in here.."]
---
Write your article content in here....

Read documentation here →