LOADING

加载过慢请开启缓存 浏览器默认开启

Welcome to Astro ParticleX

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 E=mc2E = mc^2 and block math both work:

01x2dx=13\int_0^1 x^2 dx = \frac{1}{3}