Theme Astro

12/26/2025

add New Page to your Web Site

add New Page to your Web Site

add New Page to your Web Site

For most pages, whether due to time-sensitive requirements or for easier updates, you can now edit page content just like editing articles.

Create a new page #

Create a new file in the src/content/page directory with the .mdoc extension.

Add the front matter to the file.

The filename serves as the path, while the title in the front matter functions as the page title.

---
title: About
---

Embed HTML code #

You can embed any HTML code.

I am code

I am a blockquote