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: website/docs/general/blog-contributing-guide.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,17 +56,19 @@ While `title` and `author` are starightforward, the other fields might be a bit
56
56
57
57
```markdown
58
58
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"
62
64
keywords:
63
65
- keywords 1
64
66
- keywords 2
65
67
- keywords 3
66
68
- keywords 4
67
69
- keywords 5
68
70
description: description of this blog
69
-
tags: [tag1]
71
+
tags: [tag1,tag2,...,tagn]
70
72
```
71
73
72
74
##### Co-author template
@@ -90,7 +92,7 @@ keywords:
90
92
- keywords 4
91
93
- keywords 5
92
94
description: description of this blog
93
-
tags: [tag1]
95
+
tags: [tag1,tag2,...,tagn]
94
96
```
95
97
96
98
##### title
@@ -132,7 +134,7 @@ Required field, the description, which is used to enhance better SEO performance
132
134
133
135
##### tags
134
136
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.
136
138
137
139
-**Community**: community related, e.g. "How to contribute to an open source project without writing code?"
138
140
-**Events**: event-related, for example: online live stream, event previews, meetups, and online meeting, etc.
0 commit comments