Skip to content

Commit f8cc4a4

Browse files
update the readme
1 parent 9b52bc8 commit f8cc4a4

File tree

2 files changed

+54
-3
lines changed

2 files changed

+54
-3
lines changed

fix.md

-2
This file was deleted.

readme.md

+54-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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.
33

44
## Features
55
1. Author support
@@ -11,6 +11,59 @@ Demo markdown posts is wriiten with Lorem Ipsum. In markdown posts, I can use bo
1111

1212
Total 21 posts, 11 random authors and 2 pages.
1313

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
53+
reprehenderit irure ex
54+
date: 2022-11-10T07:47:21.553Z
55+
draft: false
56+
tags:
57+
- Programming
58+
- Python
59+
- Tips
60+
category:
61+
- Programming
62+
image: /images/software-developer.jpg
63+
author: Jeanne Ballard
64+
slug: 7-useful-tips-from-python-experts-in-programming
65+
---
66+
```
1467
## Copyright
1568
1. All the images copyright belong to pixabay.com
1669
2. All the posts write with Lorem Ipsum.

0 commit comments

Comments
 (0)