You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ca...@apache.org on 2018/09/07 03:02:57 UTC

[incubator-dubbo-website] branch asf-site updated: Fix blog.js to meet-dubbo (#142)

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

carryxyh 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 a5635e3  Fix blog.js to meet-dubbo (#142)
a5635e3 is described below

commit a5635e34fc8d5db9a109b2dc465c510ef3b8175d
Author: 时无两丶 <44...@qq.com>
AuthorDate: Fri Sep 7 11:02:55 2018 +0800

    Fix blog.js to meet-dubbo (#142)
---
 site_config/blog.js | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/site_config/blog.js b/site_config/blog.js
index eb18d80..2efcfcd 100644
--- a/site_config/blog.js
+++ b/site_config/blog.js
@@ -156,6 +156,13 @@ export default {
     barText: '博客',
     postsTitle: '所有文章',
     list: [
+        {
+            title: '遇见Dubbo',
+            author:'@carryxyh',
+            dateStr: 'Sep 7th, 2018',
+            desc: '本文记录了一个小白成长为Dubbo committer的过程',
+            link: '/zh-cn/blog/meet-dubbo.html',
+        },
 		{
 		    title: 'Dubbo 2.7.x repackage后的兼容实现方案',
 		    author:'@jerrick',