diff --git a/README.md b/README.md
index 6ad46591b06..058d6fe878c 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,25 @@
-## wechaty.js.org
+
+
+
+
Wechaty Organization Website
+
+Repository for the Wechaty Organization Website, a resource for the Wechaty Organization. It is the official Wechaty website for publishing latest news, blog posts, and documentation from our open source community.
+
+
+
+
+
+
+
+
+
[![GitHub Pages CI](https://github.com/wechaty/wechaty.js.org/workflows/GitHub%20Pages%20CI/badge.svg)](https://github.com/wechaty/wechaty.js.org/actions?query=workflow%3A%22GitHub+Pages+CI%22)
[![Powered by Wechaty](https://img.shields.io/badge/Powered%20By-Wechaty-brightgreen.svg)](https://github.com/Wechaty/wechaty)
[![DIVIO documentation system](https://img.shields.io/badge/DIVIO-Documentation%20System-blue)](https://documentation.divio.com/)
[![ES Modules](https://img.shields.io/badge/ES-Modules-brightgreen)](https://github.com/Chatie/tsconfig/issues/16)
-![Wechaty Docusaurus](docs/images/wechaty-docusaurus.png)
-
-
is the official Wechaty website for publishing latest news, blog posts, and documentation from our open source community.
+
## How To Post a Blog
@@ -88,7 +100,7 @@ npm test
## How To Preview Your changes
-If you want to preview your blog post or changes on locahost, you need to have Jekyll installed in your machine. You can follow the [jekyll quickstart](https://jekyllrb.com/docs/) instructions to install jekyll.
+If you want to preview your blog post or changes on localhost, you need to have Jekyll installed in your machine. You can follow the [jekyll quickstart](https://jekyllrb.com/docs/) instructions to install jekyll.
### 1. Install Jekyll by Hand
diff --git a/package.json b/package.json
index 6185a39eb29..63690cf0640 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wechaty.js.org",
- "version": "0.10.58",
+ "version": "0.10.63",
"description": "Wechaty Official Website for News, Blogs, Contributor Profiles, and Documentations",
"private": true,
"type": "module",