yzeng25 commented on a change in pull request #861:
URL: https://github.com/apache/apisix-website/pull/861#discussion_r792399632
##########
File path: website/docs/general/blog-contributing-guide.md
##########
@@ -56,17 +56,19 @@ 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
- keywords 3
- keywords 4
- keywords 5
description: description of this blog
-tags: [tag1]
+tags: [tag1,tag2,...,tagn]
Review comment:
test
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]