You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2017/01/10 09:06:05 UTC

[1/3] beam-site git commit: Limit the number of blog posts listed on the main page

Repository: beam-site
Updated Branches:
  refs/heads/asf-site a46c512c3 -> 98820c672


Limit the number of blog posts listed on the main page

Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/add05e1e
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/add05e1e
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/add05e1e

Branch: refs/heads/asf-site
Commit: add05e1e00031134afa538c7b8259fa47ffb9f7c
Parents: a46c512
Author: Davor Bonaci <da...@users.noreply.github.com>
Authored: Tue Jan 10 00:31:03 2017 -0800
Committer: GitHub <no...@github.com>
Committed: Tue Jan 10 00:31:03 2017 -0800

----------------------------------------------------------------------
 src/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/add05e1e/src/index.md
----------------------------------------------------------------------
diff --git a/src/index.md b/src/index.md
index bb51dfd..535051f 100644
--- a/src/index.md
+++ b/src/index.md
@@ -24,7 +24,7 @@ Beam is an [Apache Software Foundation](http://www.apache.org) project, availabl
   <div class="col-md-6">
     <h2>Blog</h2>
     <div class="list-group">
-    {% for post in site.posts %}
+    {% for post in site.posts limit:7 %}
     <a class="list-group-item" href="{{ post.url | prepend: site.baseurl }}">{{ post.date | date: "%b %-d, %Y" }} - {{ post.title }}</a>
     {% endfor %}
     </div>


[2/3] beam-site git commit: Regenerate website

Posted by da...@apache.org.
Regenerate website


Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/8e9900da
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/8e9900da
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/8e9900da

Branch: refs/heads/asf-site
Commit: 8e9900dab746c0ce7ffc490452b5d1effa855fcd
Parents: add05e1
Author: Davor Bonaci <da...@google.com>
Authored: Tue Jan 10 01:05:30 2017 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Tue Jan 10 01:05:30 2017 -0800

----------------------------------------------------------------------
 content/index.html | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/8e9900da/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 54682f7..1dc94cd 100644
--- a/content/index.html
+++ b/content/index.html
@@ -184,16 +184,6 @@
     
     <a class="list-group-item" href="/blog/2016/05/27/where-is-my-pcollection-dot-map.html">May 27, 2016 - Where's my PCollection.map()?</a>
     
-    <a class="list-group-item" href="/blog/2016/05/18/splitAtFraction-method.html">May 18, 2016 - Dynamic work rebalancing for Beam</a>
-    
-    <a class="list-group-item" href="/beam/capability/2016/04/03/presentation-materials.html">Apr 3, 2016 - Apache Beam Presentation Materials</a>
-    
-    <a class="list-group-item" href="/beam/capability/2016/03/17/capability-matrix.html">Mar 17, 2016 - Clarifying &amp; Formalizing Runner Capabilities</a>
-    
-    <a class="list-group-item" href="/beam/python/sdk/2016/02/25/python-sdk-now-public.html">Feb 25, 2016 - Dataflow Python SDK is now public!</a>
-    
-    <a class="list-group-item" href="/beam/update/website/2016/02/22/beam-has-a-logo.html">Feb 22, 2016 - Apache Beam has a logo!</a>
-    
     </div>
   </div>
   <div class="col-md-6">


[3/3] beam-site git commit: This closes #126

Posted by da...@apache.org.
This closes #126


Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/98820c67
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/98820c67
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/98820c67

Branch: refs/heads/asf-site
Commit: 98820c6726b91986e767be170a8a9ecef004f593
Parents: a46c512 8e9900d
Author: Davor Bonaci <da...@google.com>
Authored: Tue Jan 10 01:05:30 2017 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Tue Jan 10 01:05:30 2017 -0800

----------------------------------------------------------------------
 content/index.html | 10 ----------
 src/index.md       |  2 +-
 2 files changed, 1 insertion(+), 11 deletions(-)
----------------------------------------------------------------------