This is an automated email from the ASF dual-hosted git repository.

bzp2010 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a548ea1  docs: update tag section in blog contributing guide (#861)
a548ea1 is described below

commit a548ea168e987934d731eda86a37e2fad22ada76
Author: yilinzeng <[email protected]>
AuthorDate: Wed Jan 26 16:54:57 2022 +0800

    docs: update tag section in blog contributing guide (#861)
---
 website/docs/general/blog-contributing-guide.md | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/website/docs/general/blog-contributing-guide.md 
b/website/docs/general/blog-contributing-guide.md
index b6e505f..6f4934f 100644
--- a/website/docs/general/blog-contributing-guide.md
+++ b/website/docs/general/blog-contributing-guide.md
@@ -56,9 +56,11 @@ While `title` and `author` are starightforward, the other 
fields might be a bit
 
 ```markdown
 title: "blog's title"
-author: "blog's author"
-authorURL: "author's GitHub ID"
-authorImageURL: "author's GitHub Image"
+authors:
+  - name: "Author's Name"
+    title: "Author"
+    url: "Author's GitHub"
+    image_url: "Author's Image URL"
 keywords:
 - keywords 1
 - keywords 2
@@ -66,7 +68,7 @@ keywords:
 - keywords 4
 - keywords 5
 description: description of this blog
-tags: [tag1]
+tags: [tag1,tag2,...,tagn]
 ```
 
 ##### Co-author template
@@ -90,7 +92,7 @@ keywords:
 - keywords 4
 - keywords 5
 description: description of this blog
-tags: [tag1]
+tags: [tag1,tag2,...,tagn]
 ```
 
 ##### title
@@ -132,7 +134,7 @@ Required field, the description, which is used to enhance 
better SEO performance
 
 ##### tags
 
-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.
+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.
 
 - **Community**: community related, e.g. "How to contribute to an open source 
project without writing code?"
 - **Events**: event-related, for example: online live stream, event previews, 
meetups, and online meeting, etc.

Reply via email to