Skip to content

Commit 5299568

Browse files
committed
Add about
1 parent 52e5ba7 commit 5299568

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

content/about/index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: 'About'
3+
date: 2024-03-24T20:30:29+01:00
4+
draft: false
5+
---
6+
7+
8+
## Main title
9+
10+
Some content
11+
12+
### Subtitle
13+
14+
Other content
15+
16+
### Output
17+
18+
```yaml
19+
{
20+
"title": "About",
21+
"date": "2024-03-24T20:30:29+01:00",
22+
"draft": true,
23+
"content": "# Main title\n\nsome content\n\n## Subtitle\n\nOther content\n"
24+
}
25+
```

0 commit comments

Comments
 (0)