Skip to content

Commit 0684c3e

Browse files
committed
docs: update tag section in blog contributing guide
1 parent 13c6c68 commit 0684c3e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

website/docs/general/blog-contributing-guide.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,19 @@ While `title` and `author` are starightforward, the other fields might be a bit
5656

5757
```markdown
5858
title: "blog's title"
59-
author: "blog's author"
60-
authorURL: "author's GitHub ID"
61-
authorImageURL: "author's GitHub Image"
59+
authors:
60+
- name: "Author's Name"
61+
title: "Author"
62+
url: "Author's GitHub"
63+
image_url: "Author's Image URL"
6264
keywords:
6365
- keywords 1
6466
- keywords 2
6567
- keywords 3
6668
- keywords 4
6769
- keywords 5
6870
description: description of this blog
69-
tags: [tag1]
71+
tags: [tag1,tag2,...,tagn]
7072
```
7173

7274
##### Co-author template
@@ -90,7 +92,7 @@ keywords:
9092
- keywords 4
9193
- keywords 5
9294
description: description of this blog
93-
tags: [tag1]
95+
tags: [tag1,tag2,...,tagn]
9496
```
9597

9698
##### title
@@ -132,7 +134,7 @@ Required field, the description, which is used to enhance better SEO performance
132134

133135
##### tags
134136

135-
Required field, tag, which is used to categorize the blog. Each post has and can only have one tag. If more than one tag is suitable, please choose the most suitable one. The available tags and explanations are as follows. Please note that these tags and rules of applying tags could change over time.
137+
Required field, tag, which is used to categorize the blog. Each post can have more than one tag. The available tags and explanations are as follows. If none of the tags below fits, please leave a comment in your pull request, and we will handle it together. Please note that these tags and rules of applying tags could change over time.
136138

137139
- **Community**: community related, e.g. "How to contribute to an open source project without writing code?"
138140
- **Events**: event-related, for example: online live stream, event previews, meetups, and online meeting, etc.

0 commit comments

Comments
 (0)