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 1a3a85c  Blog & Docs translation plan (#375)
1a3a85c is described below

commit 1a3a85cb340c96dda90e4f5545e91c2888ce7d41
Author: Jlcao <caojiele1...@126.com>
AuthorDate: Fri May 24 11:03:34 2019 +0800

    Blog & Docs translation plan (#375)
    
    * Create gsoc-2018.md
    
    * Update blog.js
    
    Update site_config/develop.js, add a new entry in zh-cn.
---
 blog/zh-cn/gsoc-2018.md | 10 ++++++++++
 site_config/blog.js     |  7 +++++++
 2 files changed, 17 insertions(+)

diff --git a/blog/zh-cn/gsoc-2018.md b/blog/zh-cn/gsoc-2018.md
new file mode 100644
index 0000000..dcfbcc7
--- /dev/null
+++ b/blog/zh-cn/gsoc-2018.md
@@ -0,0 +1,10 @@
+---
+title: 谷歌编程之夏会议上2018个项目被宣布
+keywords: Dubbo, GSoC
+description: 谷歌编程之夏会议上2018个项目被宣布,Dubbo位列其中。
+---
+
+谷歌编程之夏会议上2018个项目被宣布
+---
+
+谷歌编程之夏会议上2018个项目被宣布, Raghu Reddy 的项目"Apache Dubbo 扩展串行协议支持" 
被[接受](https://summerofcode.withgoogle.com/projects/#4747840161579008)! 祝贺他!
diff --git a/site_config/blog.js b/site_config/blog.js
index 620ffd6..0b6a72d 100644
--- a/site_config/blog.js
+++ b/site_config/blog.js
@@ -513,6 +513,13 @@ export default {
                 desc: 
'主要讲述如何配置dubbo,按照配置方式上分,可以分为:XML配置,properties方式配置,注解方式配置,API调用方式配置。',
                 link: 
'/zh-cn/blog/dubbo-basic-usage-dubbo-provider-configuration.html',
             },
+              {
+                title: '谷歌编程之夏会议上2018个项目被宣布',
+                author: '@Jlele Cao',
+                dateStr: 'April 25th,2018',
+                desc: 'Raghu Reddy 的项目"Apache Dubbo 扩展串行协议支持" 被接受! 祝贺他!',
+                link: '/zh-cn/blog/gsoc-2018.html',
+            },
             {
                 title: 'Spring Boot Dubbo应用启停源码分析',
                 author: '@Huxing Zhang',

Reply via email to