Welcome to Astro ParticleX
2026/1/2 Guide
Start writing
Create a new Markdown file under src/posts. The filename becomes the post slug, and the date field controls the final URL:
/YYYY/MM/DD/slug/
Frontmatter
---
title: My First Post
date: 2026-01-02 10:30:00
description: A short summary shown on the home page.
tags:
- Astro
categories:
- Notes
pinned: 0
---
The pinned field is optional. Higher values appear first.
Math
The template includes remark-math and rehype-katex, so inline math like and block math both work: