You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+54-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
Demo markdown posts are used to design your new blog base template. you do not write markdown demo posts. you can use demo markdown posts with any static site generator, which supports markdown. for example next.js, gatsby, lume, fresh, etc.
2
-
Demo markdown posts is wriiten with Lorem Ipsum. In markdown posts, I can use bold, italic, code block, inline code, links, images and quotes.
2
+
Demo markdown posts are written with Lorem Ipsum. In markdown posts, I can use bold, italic, code block, inline code, links, images and quotes.
3
3
4
4
## Features
5
5
1. Author support
@@ -11,6 +11,59 @@ Demo markdown posts is wriiten with Lorem Ipsum. In markdown posts, I can use bo
11
11
12
12
Total 21 posts, 11 random authors and 2 pages.
13
13
14
+
## Author metadata
15
+
```markdown
16
+
---
17
+
name: Rajdeep Singh
18
+
description: Sit culpa elit excepteur ea Lorem ullamco eiusmod ex ut ea incididunt minim. Cillum eiusmod fugiat cupidatat.
19
+
date: 2022-01-01T09:01:53.077Z
20
+
draft: false
21
+
tags:
22
+
- Rajdeep Singh
23
+
image: "/images/rajdeep-singh.png"
24
+
social:
25
+
- https://www.facebook.com/officialrajdeepsingh
26
+
- https://twitter.com/Official_R_deep
27
+
---
28
+
29
+
```
30
+
31
+
## Pages metadata
32
+
33
+
```markdown
34
+
---
35
+
name: About us
36
+
description: About the author
37
+
date: 2022-11-08T08:55:59.004Z
38
+
draft: false
39
+
tags:
40
+
- Blog
41
+
- About
42
+
image: /images/about-us.png
43
+
author: Rajdeep Singh
44
+
title: About us
45
+
---
46
+
47
+
```
48
+
Posts metaData
49
+
```markdown
50
+
---
51
+
title: 7 Useful Tips From Python Experts In Programming.
52
+
description: Eiusmod quis esse aliqua sit nostrud aliquip sunt minim irure laboris
0 commit comments