Files
DefectingCat.github.io/pages/p/first-post.mdx
Defectink 1179cc3c1f Add fetch post list
* add gray-matter
2022-03-22 17:03:35 +08:00

14 lines
159 B
Plaintext

---
title: First post test
date: '2022-03-22'
tags: ['functions', 'javascript']
---
## Hello
This is my first post.
```tsx
console.log('Hello world.');
```