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

iluo pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 627292e  Fix some issues of Blog (#374)
627292e is described below

commit 627292eda946b65e6f0c61b13d57271900fa913c
Author: Jlcao <caojiele1...@126.com>
AuthorDate: Fri May 24 11:03:09 2019 +0800

    Fix some issues of Blog (#374)
    
    * Update gsoc-2018.md
    
    Add SEO of header in mankdown.
    
    * Update dubbo2-js.md
    
    Fix typo - 'keywords' of SEO in mankdown (跨语言)
    
    * Update prepare-an-apache-release.md
    
    Add 'description' content in SEO header ;
    and add the title('#') in the article.
    
    * Update prepare-an-apache-release.md
    
    Add 'description' content in SEO header.
    
    * Rename dubbo-contribue-to-opensource.md to 
dubbo-contribute-to-opensource.md
    
    Fix typo: 'contribue' --> 'contribute'.
    
    * Rename dubbo-contribue-to-opensource.html to 
dubbo-contribute-to-opensource.html
    
    Fix typo: 'contribue' --> 'contribute'.
    
    * Update and rename dubbo-contribue-to-opensource.json to 
dubbo-contribute-to-opensource.json
    
    Fix typo: 'contribue' --> 'contribute'.
---
 blog/en-us/dubbo2-js.md                                           | 2 +-
 blog/en-us/gsoc-2018.md                                           | 8 +++++++-
 blog/en-us/prepare-an-apache-release.md                           | 2 ++
 ...ntribue-to-opensource.md => dubbo-contribute-to-opensource.md} | 2 +-
 blog/zh-cn/prepare-an-apache-release.md                           | 1 +
 ...bue-to-opensource.html => dubbo-contribute-to-opensource.html} | 2 +-
 ...bue-to-opensource.json => dubbo-contribute-to-opensource.json} | 6 +++---
 7 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/blog/en-us/dubbo2-js.md b/blog/en-us/dubbo2-js.md
index f0ad823..f18eb35 100644
--- a/blog/en-us/dubbo2-js.md
+++ b/blog/en-us/dubbo2-js.md
@@ -1,6 +1,6 @@
 ---
 title: Implementation of cross-language calls by Dubbo2.js
-keywords: Dubbo, 跨语言, Node, NodeJS, js
+keywords: Dubbo, Cross-language, Node, NodeJS, js
 description: This article introduces how to use Dubbo.js to implement 
cross-language calls.
 ---
 
diff --git a/blog/en-us/gsoc-2018.md b/blog/en-us/gsoc-2018.md
index f17f6e5..04d7445 100644
--- a/blog/en-us/gsoc-2018.md
+++ b/blog/en-us/gsoc-2018.md
@@ -1,4 +1,10 @@
+---
+title: GSoC 2018
+keywords: Dubbo, GSoC
+description: The GSoC(Google Summer of Code) 2018 projects has been announced
+---
+
 The GSoC(Google Summer of Code) 2018 projects has been announced
 ---
 
-The GSoC(Google Summer of Code) 2018 projects has been announced, Raghu 
Reddy's project "Extending Serialization protocols support for Apache Dubbo" 
has been 
[accepted](https://summerofcode.withgoogle.com/projects/#4747840161579008)! 
Congratulations!
\ No newline at end of file
+The GSoC(Google Summer of Code) 2018 projects has been announced, Raghu 
Reddy's project "Extending Serialization protocols support for Apache Dubbo" 
has been 
[accepted](https://summerofcode.withgoogle.com/projects/#4747840161579008)! 
Congratulations!
diff --git a/blog/en-us/prepare-an-apache-release.md 
b/blog/en-us/prepare-an-apache-release.md
index b3ca9ee..5613f50 100644
--- a/blog/en-us/prepare-an-apache-release.md
+++ b/blog/en-us/prepare-an-apache-release.md
@@ -1,7 +1,9 @@
 ---
 title: Understanding the Apache Release Cycle
 keywords: Dubbo, Apache, Release
+description: This article introduces how to the Apache publish content and 
process
 ---
+# How to prepare an the Apache Release
 
 ## Understanding the Apache Release Cycle
 
diff --git a/blog/zh-cn/dubbo-contribue-to-opensource.md 
b/blog/zh-cn/dubbo-contribute-to-opensource.md
similarity index 99%
rename from blog/zh-cn/dubbo-contribue-to-opensource.md
rename to blog/zh-cn/dubbo-contribute-to-opensource.md
index fea9034..7dccbde 100644
--- a/blog/zh-cn/dubbo-contribue-to-opensource.md
+++ b/blog/zh-cn/dubbo-contribute-to-opensource.md
@@ -193,4 +193,4 @@ Mailing list 简单来说,就是一个邮件通知机制,所有的 Dubbo 开
 
 ## 5 成为一个开源贡献者
 
-如果你有志于参与开源事业,可以尝试从自己最熟悉的项目开始,开源并不是属于高级开发者的专属词汇,它就是由你我这样的人在需求,修复,构建中演进下去的。Let's 
try it !
\ No newline at end of file
+如果你有志于参与开源事业,可以尝试从自己最熟悉的项目开始,开源并不是属于高级开发者的专属词汇,它就是由你我这样的人在需求,修复,构建中演进下去的。Let's 
try it !
diff --git a/blog/zh-cn/prepare-an-apache-release.md 
b/blog/zh-cn/prepare-an-apache-release.md
index 2ef23a6..c00e131 100644
--- a/blog/zh-cn/prepare-an-apache-release.md
+++ b/blog/zh-cn/prepare-an-apache-release.md
@@ -1,6 +1,7 @@
 ---
 title: 如何准备Apache Release
 keywords: Dubbo, Apache, Release
+description: 本文介绍了Apache如何发布内容和流程
 ---
 
 # 如何准备Apache Release
diff --git a/zh-cn/blog/dubbo-contribue-to-opensource.html 
b/zh-cn/blog/dubbo-contribute-to-opensource.html
similarity index 99%
rename from zh-cn/blog/dubbo-contribue-to-opensource.html
rename to zh-cn/blog/dubbo-contribute-to-opensource.html
index 085d49b..a6e5451 100644
--- a/zh-cn/blog/dubbo-contribue-to-opensource.html
+++ b/zh-cn/blog/dubbo-contribute-to-opensource.html
@@ -154,4 +154,4 @@ git merge upstream/master
                gtag('config', 'UA-112489517-1');
        </script>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/zh-cn/blog/dubbo-contribue-to-opensource.json 
b/zh-cn/blog/dubbo-contribute-to-opensource.json
similarity index 99%
rename from zh-cn/blog/dubbo-contribue-to-opensource.json
rename to zh-cn/blog/dubbo-contribute-to-opensource.json
index eb6e386..9a8205f 100644
--- a/zh-cn/blog/dubbo-contribue-to-opensource.json
+++ b/zh-cn/blog/dubbo-contribute-to-opensource.json
@@ -1,10 +1,10 @@
 {
-  "filename": "dubbo-contribue-to-opensource.md",
+  "filename": "dubbo-contribute-to-opensource.md",
   "__html": "<h1>以Dubbo为例,聊聊如何向开源项目做贡献</h1>\n<p>Github 上有众多优秀的开源项目,大多数 IT 
从业者将其当做了予取予求的工具库,遇到什么需求,先去 Github 搜一把,但有没有想过有一天自己也可以给开源事业做一些贡献呢?本文将会以 
incubator-dubbo 项目为例,向你阐释,给开源项目做贡献并不是一件难事。</p>\n<h2>1 
为何要给开源贡献力量</h2>\n<p>为开源项目做贡献得到的收益是多方面的,为了让你有足够的信心加入到开源项目中,我在文章最开始列举出它的诸多好处。</p>\n<h3>1.1
 巩固技能</h3>\n<p>无论你是提交代码,撰写文档,提交 
Issue,组织活动,当你切身参与到一个开源项目中,相关的技能都会得到历练,并且在开源项目中找到自己的位置。一方面,日常工作中我们中的大多数人接触到的是业务场景,并没有太多机会接触到基础架�
 ��组件,开源项目为我们提供了一个平台,在这里,你可以尽情挑选自己熟悉的项目为它添砖加瓦(以 Dubbo 为例,并不是所有 IT 
公司都有能力自研服务治理框架); [...]
-  "link": "/zh-cn/blog/dubbo-contribue-to-opensource.html",
+  "link": "/zh-cn/blog/dubbo-contribute-to-opensource.html",
   "meta": {
     "title": "以Dubbo为例,聊聊如何向开源项目做贡献",
     "keywords": "Dubbo, opensource",
     "description": "本文将会以 incubator-dubbo 项目为例向你阐释,给开源项目做贡献并不是一件难事"
   }
-}
\ No newline at end of file
+}

Reply via email to