Skip to content

Commit b742f1a

Browse files
committed
Add index
1 parent 95f72bc commit b742f1a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

content/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: ""
3+
date: 2024-04-03T21:52:00+02:00
4+
draft: false
5+
---
6+
7+
<!--toc:start-->
8+
9+
- [Main title](#main-title)
10+
- [Subtitle](#subtitle)
11+
<!--toc:end-->
12+
13+
## Main title
14+
15+
### Subtitle
16+
17+
Some text
18+
19+
```shell
20+
echo "hello world"
21+
```

0 commit comments

Comments
 (0)