You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/09/08 03:53:42 UTC

incubator-kylin git commit: update website blog layout

Repository: incubator-kylin
Updated Branches:
  refs/heads/1.x-staging 277e1524f -> 3991b639e


update website blog layout


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/3991b639
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/3991b639
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/3991b639

Branch: refs/heads/1.x-staging
Commit: 3991b639e5506ae31b7b1cf93f36769fd4a52eb6
Parents: 277e152
Author: Luke Han <lu...@apache.org>
Authored: Tue Sep 8 09:53:26 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Tue Sep 8 09:53:26 2015 +0800

----------------------------------------------------------------------
 .gitignore                     |  7 +++++++
 website/_data/contributors.yml |  3 ++-
 website/blog/index.md          | 10 ++--------
 3 files changed, 11 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/3991b639/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 6742b8a..b016aa2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -91,3 +91,10 @@ tomcat
 lib
 webapp/app/components/*
 commit.sha1
+
+# website 
+website/_site
+website/.sass-cache
+
+
+

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/3991b639/website/_data/contributors.yml
----------------------------------------------------------------------
diff --git a/website/_data/contributors.yml b/website/_data/contributors.yml
index e731648..56c5b53 100644
--- a/website/_data/contributors.yml
+++ b/website/_data/contributors.yml
@@ -87,7 +87,7 @@
   role: PMC
 - name: Dayue Gao (高大月)
   apacheId: 
-  githubId: 
+  githubId: gaodayue
   org: Meituan
   role: committer
 - name: Hua Huang (黄桦)
@@ -97,3 +97,4 @@
   role: committer 
 
 
+

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/3991b639/website/blog/index.md
----------------------------------------------------------------------
diff --git a/website/blog/index.md b/website/blog/index.md
index 5574ce6..6417344 100644
--- a/website/blog/index.md
+++ b/website/blog/index.md
@@ -11,20 +11,14 @@ title: Blog
          <!-- second-->
           <div id="content-container" class="animated fadeIn">
             <div >
-            <!--
-            <p class="aboutkylin" style="font-size:1.2em">Comming Soon...</p>
-            -->
              <ul class="post-list">
             {% for category in site.categories %}     <!-- categories -->
             {% if category[0]  == 'blog' %}
             {% for post in category[1] %}
             <li>
-            <!--
-            <span align="left" class="content-header">{{ post.date | date: "%b %-d, %Y" }}</span>
-            -->
         <h2 align="left">
-          <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
-        </h2>
+          <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h2><div align="left" class="post-meta" >posted: {{ post.date | date: "%b %-d, %Y" }}</div>
+        
       </li>
     {% endfor %}
     {% endif %}