We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e5ba7 commit 5299568Copy full SHA for 5299568
content/about/index.md
@@ -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