Added blog post to announce Myriad 0.1.0

- Created separate "news" and "blogs" dirs under _posts
- Included "Blogs" in left side nav and in the footer
- Fixed landing page to show only "news" feeds only
- New blogs added to "_posts/blogs" will be auto picked

This closes: #54
Review: https://github.com/apache/incubator-myriad/pull/54


Project: http://git-wip-us.apache.org/repos/asf/incubator-myriad/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-myriad/commit/1f9536f2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-myriad/tree/1f9536f2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-myriad/diff/1f9536f2

Branch: refs/heads/master
Commit: 1f9536f2bc47255a95807512645bce9b4945ec7e
Parents: 397c201
Author: smarella <smare...@maprtech.com>
Authored: Sat Dec 12 01:43:00 2015 -0800
Committer: Ken Sipe <kens...@gmail.com>
Committed: Wed Feb 24 11:50:28 2016 -0600

----------------------------------------------------------------------
 website/_includes/blog.html                     | 26 ++++++++
 website/_includes/footer.html                   |  1 +
 website/_includes/front_news.html               |  2 +-
 website/_includes/header.html                   |  1 +
 website/_includes/page.html                     |  2 +-
 .../2015-03-01-project-enters-incubation.md     | 10 ---
 .../2015-09-25-code-migrated-to-apache-git.md   | 14 ----
 ...15-12-09-myriad-0.1.0-incubating-released.md | 13 ----
 ...5-12-09-myriad-0.1.0-release-announcement.md | 67 ++++++++++++++++++++
 .../2015-03-01-project-enters-incubation.md     | 10 +++
 .../2015-09-25-code-migrated-to-apache-git.md   | 14 ++++
 ...15-12-09-myriad-0.1.0-incubating-released.md | 13 ++++
 website/blogs/index.html                        | 40 ++++++++++++
 website/downloads/index.md                      |  3 +-
 website/news/index.html                         |  2 +-
 15 files changed, 177 insertions(+), 41 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/1f9536f2/website/_includes/blog.html
----------------------------------------------------------------------
diff --git a/website/_includes/blog.html b/website/_includes/blog.html
new file mode 100644
index 0000000..e59158f
--- /dev/null
+++ b/website/_includes/blog.html
@@ -0,0 +1,26 @@
+{% comment %}
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+{% endcomment %}
+
+<div>
+  <p>
+    {{post.content}}
+  </p>
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/1f9536f2/website/_includes/footer.html
----------------------------------------------------------------------
diff --git a/website/_includes/footer.html b/website/_includes/footer.html
index b1fc14b..40089ad 100644
--- a/website/_includes/footer.html
+++ b/website/_includes/footer.html
@@ -61,6 +61,7 @@ under the License.
         <li><a href="{{ site.baseurl }}/news">News</a></li>
         <li><a href="{{ site.baseurl }}/docs">Documentation</a></li>
         <li><a href="{{ site.baseurl }}/downloads">Downloads</a></li>
+        <li><a href="{{ site.baseurl }}/blogs">Blogs</a></li>
         <li><a href="{{ site.baseurl }}/community">Community</a></li>
       </ul>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/1f9536f2/website/_includes/front_news.html
----------------------------------------------------------------------
diff --git a/website/_includes/front_news.html 
b/website/_includes/front_news.html
index 63b8b91..2f99090 100644
--- a/website/_includes/front_news.html
+++ b/website/_includes/front_news.html
@@ -23,7 +23,7 @@ under the License.
 <div class="mdl-cell mdl-cell--11-col">
   <h3 class="mdl-typography--title"><a 
href="{{site.baseurl}}/news/">News</a></h3>
 
-  {% for post in site.posts %}
+  {% for post in site.categories.news %}
   <div class="mdl-typography--body-2">
     {{ post.title }}
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/1f9536f2/website/_includes/header.html
----------------------------------------------------------------------
diff --git a/website/_includes/header.html b/website/_includes/header.html
index 12f1fde..f18aa94 100644
--- a/website/_includes/header.html
+++ b/website/_includes/header.html
@@ -43,6 +43,7 @@ under the License.
     <a class="mdl-navigation__link" href="{{ site.baseurl }}/news">News</a>
     <a class="mdl-navigation__link" href="{{ site.baseurl 
}}/docs">Documentation</a>
     <a class="mdl-navigation__link" href="{{ site.baseurl 
}}/downloads">Downloads</a>
+    <a class="mdl-navigation__link" href="{{ site.baseurl }}/blogs">Blogs</a>
     <a class="mdl-navigation__link" href="{{ site.baseurl 
}}/community">Community</a>
     <hr/>
   </nav>

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/1f9536f2/website/_includes/page.html
----------------------------------------------------------------------
diff --git a/website/_includes/page.html b/website/_includes/page.html
index 11419e4..66ec1d6 100644
--- a/website/_includes/page.html
+++ b/website/_includes/page.html
@@ -21,7 +21,7 @@ under the License.
 <div>
 
   <h4>{{post.title}}</h4>
-  <p >
+  <p>
     <p>{{ post.date | date: "%b %-d, %Y" }}{% if post.author %} • {{ 
post.author }}{% endif %}{% if post.meta %} • {{ post.meta }}{% endif %}</p>
     {{ post.content }}
   </p>

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/1f9536f2/website/_posts/2015-03-01-project-enters-incubation.md
----------------------------------------------------------------------
diff --git a/website/_posts/2015-03-01-project-enters-incubation.md 
b/website/_posts/2015-03-01-project-enters-incubation.md
deleted file mode 100644
index 10c9cb6..0000000
--- a/website/_posts/2015-03-01-project-enters-incubation.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: big_card_for_md
-title: "Project Enters Incubation"
-date:  2015-03-01 00:00:00
-categories: news
-blurb: "Myriad project has been accepted into the Apache Software Foundation 
Incubation process."
----
-Myriad project has been accepted into the Apache Software Foundation 
Incubation process. Please have a look at our 
[proposal.](https://wiki.apache.org/incubator/MyriadProposal)
-
-[Incubator Status](http://incubator.apache.org/projects/myriad.html)

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/1f9536f2/website/_posts/2015-09-25-code-migrated-to-apache-git.md
----------------------------------------------------------------------
diff --git a/website/_posts/2015-09-25-code-migrated-to-apache-git.md 
b/website/_posts/2015-09-25-code-migrated-to-apache-git.md
deleted file mode 100644
index 4f198ca..0000000
--- a/website/_posts/2015-09-25-code-migrated-to-apache-git.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-layout: big_card_for_md
-title:  "Myriad Migrated to Apache Git"
-date:   2015-09-25 00:00:00
-categories: news
-blurb: "Myriad codebase has been migrated from Github to Apache's git 
infrastructure."
----
-The final legal hurdles to finally donating the codebase to the Apache 
Software Foundation have been overcome.
-(Thanks EBay and PayPal!) The codebase now resides in the Apache git 
infrastructure. Please clone this and use
-it from now on. The old github repo is now no longer used, however pull 
requests may still be submitted through the official Apache Github mirror.
-
-[Official Repo](https://git-wip-us.apache.org/repos/asf?p=incubator-myriad.git)
-
-[Github mirror](https://github.com/apache/incubator-myriad)

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/1f9536f2/website/_posts/2015-12-09-myriad-0.1.0-incubating-released.md
----------------------------------------------------------------------
diff --git a/website/_posts/2015-12-09-myriad-0.1.0-incubating-released.md 
b/website/_posts/2015-12-09-myriad-0.1.0-incubating-released.md
deleted file mode 100644
index f393a71..0000000
--- a/website/_posts/2015-12-09-myriad-0.1.0-incubating-released.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-layout: big_card_for_md
-title:  "Apache Myriad 0.1.0 (Incubating) Released"
-date:   2015-12-10 00:00:00
-categories: news
-blurb: "Apache Myriad community releases the first version of Myriad."
----
-The Apache Myriad community is excited to make the first Apache release of the 
project. Thanks to a diverse community of developers, mentors, Apache members 
and users! 
-
-[Announcement](https://github.com/apache/incubator-myriad)
-
-[Download](/downloads/#latest)
-

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/1f9536f2/website/_posts/blogs/2015-12-09-myriad-0.1.0-release-announcement.md
----------------------------------------------------------------------
diff --git 
a/website/_posts/blogs/2015-12-09-myriad-0.1.0-release-announcement.md 
b/website/_posts/blogs/2015-12-09-myriad-0.1.0-release-announcement.md
new file mode 100644
index 0000000..94ed229
--- /dev/null
+++ b/website/_posts/blogs/2015-12-09-myriad-0.1.0-release-announcement.md
@@ -0,0 +1,67 @@
+---
+layout: big_card_for_md
+title: Apache Myriad 0.1.0 (Incubating) Released
+author: <a href="https://github.com/smarella";>Santosh Marella</a> (Apache 
Myriad committer, 0.1.0 Release Manager)
+date:   2015-12-10 00:00:00
+categories: blogs
+---
+
+##### {{page.title}} 
+
+On behalf of the Apache Myriad team, I’m happy to announce the availability 
of Apache Myriad 0.1.0 (incubating).  This is the first community release of 
Apache Myriad, and is the result of more than 8 months of work by a diverse 
group of committers and contributors from Mesosphere, MapR, Paypal, the US 
Government and other organizations. 
+
+Many thanks to the following individuals who contributed code/documentation to 
the Myriad project. This release wouldn’t have been possible without their 
effort.
+
+- Aashreya Ravi Shankar
+- Adam B
+- Brandon Gulla
+- Darin Johnson
+- Jim Klucar
+- Kannan Rajah
+- Ken Sipe
+- Kris Chi
+- Larry Edelstein
+- Mohit Soni
+- Naveen Manivannan
+- Paul Read
+- Ruth Harris
+- Santosh Marella
+- Sarjeet Singh
+- Shingo Omura
+- Suneel Marthi
+- Swapnil Daingade
+- Yuliya Feldman
+- Zhongyue Luo
+
+With Apache Myriad, users can deploy Hadoop YARN applications side-by-side 
with other enterprise applications, including those in Docker containers, on a 
single Mesos cluster.  This is useful for several use cases, including -
+
+- **Elastic resource sharing**: scaling up a web server farm during the day 
when users are active, and scaling up Hadoop workloads like Hive queries during 
the night when resources are idle.
+- **Multi-tenancy**: provision isolated, logical Hadoop clusters to different 
users or groups with either dynamic or static resource allocations.
+
+Myriad 0.1.0 contains quite a number of features, including
+
+- Deployment of Hadoop YARN clusters as Mesos frameworks
+- Static resource allocation using REST APIs, to expand/contract a Hadoop YARN 
cluster
+- Dynamic resource allocation to expand/contract a Hadoop YARN cluster
+- High Availability, with discoverability, restartability, and state recovery
+- Ability to distribute Hadoop YARN binaries to Mesos nodes at runtime
+- Provisioning of auxiliary Hadoop services like the Job History Server
+- Support for constraints based node manager placement
+- Management GUI for monitoring and scaling Hadoop YARN clusters
+
+This is the first of many Apache Myriad releases. Below are a few of the 
things the team is planning to tackle next.
+
+- Simplified provisioning and configuration of multiple YARN clusters 
+- Docker-based provisioning of both YARN resource managers and node managers
+- More auxiliary services, like HiveServer2 and HiveMeta
+- Dynamic Reservations
+- Revocable Resources
+- Data locality
+
+If you’d like to get started we encourage you to start with our 
[documentation wiki](https://cwiki.apache.org/confluence/display/MYRIAD/).  For 
more details on the 0.1.0 release, please refer to our [release 
notes](https://cwiki.apache.org/confluence/display/MYRIAD/Release+Notes#ReleaseNotes-myriad-0.1.0-incubating).
 The release sources can be downloaded from 
[here](http://www.apache.org/dist/incubator/myriad/myriad-0.1.0-incubating/). 
To try out the latest and greatest code, please checkout Myriad’s [git 
repository](https://github.com/apache/incubator-myriad.git).
+
+If you have any questions, please feel free to reach us out at 
[d...@myriad.incubator.apache.org](mailto:d...@myriad.incubator.apache.org).
+
+Enjoy!
+
+###### {{page.author}} | {{page.date | date_to_string}}

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/1f9536f2/website/_posts/news/2015-03-01-project-enters-incubation.md
----------------------------------------------------------------------
diff --git a/website/_posts/news/2015-03-01-project-enters-incubation.md 
b/website/_posts/news/2015-03-01-project-enters-incubation.md
new file mode 100644
index 0000000..10c9cb6
--- /dev/null
+++ b/website/_posts/news/2015-03-01-project-enters-incubation.md
@@ -0,0 +1,10 @@
+---
+layout: big_card_for_md
+title: "Project Enters Incubation"
+date:  2015-03-01 00:00:00
+categories: news
+blurb: "Myriad project has been accepted into the Apache Software Foundation 
Incubation process."
+---
+Myriad project has been accepted into the Apache Software Foundation 
Incubation process. Please have a look at our 
[proposal.](https://wiki.apache.org/incubator/MyriadProposal)
+
+[Incubator Status](http://incubator.apache.org/projects/myriad.html)

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/1f9536f2/website/_posts/news/2015-09-25-code-migrated-to-apache-git.md
----------------------------------------------------------------------
diff --git a/website/_posts/news/2015-09-25-code-migrated-to-apache-git.md 
b/website/_posts/news/2015-09-25-code-migrated-to-apache-git.md
new file mode 100644
index 0000000..4f198ca
--- /dev/null
+++ b/website/_posts/news/2015-09-25-code-migrated-to-apache-git.md
@@ -0,0 +1,14 @@
+---
+layout: big_card_for_md
+title:  "Myriad Migrated to Apache Git"
+date:   2015-09-25 00:00:00
+categories: news
+blurb: "Myriad codebase has been migrated from Github to Apache's git 
infrastructure."
+---
+The final legal hurdles to finally donating the codebase to the Apache 
Software Foundation have been overcome.
+(Thanks EBay and PayPal!) The codebase now resides in the Apache git 
infrastructure. Please clone this and use
+it from now on. The old github repo is now no longer used, however pull 
requests may still be submitted through the official Apache Github mirror.
+
+[Official Repo](https://git-wip-us.apache.org/repos/asf?p=incubator-myriad.git)
+
+[Github mirror](https://github.com/apache/incubator-myriad)

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/1f9536f2/website/_posts/news/2015-12-09-myriad-0.1.0-incubating-released.md
----------------------------------------------------------------------
diff --git a/website/_posts/news/2015-12-09-myriad-0.1.0-incubating-released.md 
b/website/_posts/news/2015-12-09-myriad-0.1.0-incubating-released.md
new file mode 100644
index 0000000..69b38da
--- /dev/null
+++ b/website/_posts/news/2015-12-09-myriad-0.1.0-incubating-released.md
@@ -0,0 +1,13 @@
+---
+layout: big_card_for_md
+title:  "Apache Myriad 0.1.0 (Incubating) Released"
+date:   2015-12-10 00:00:00
+categories: news
+blurb: "Apache Myriad community releases the first version of Myriad."
+---
+The Apache Myriad community is excited to make the first Apache release of the 
project. Thanks to a diverse community of developers, mentors, Apache members 
and users! 
+
+[Blog](/blogs/2015/12/09/myriad-0-1-0-release-announcement)
+
+[Download](/downloads/#latest)
+

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/1f9536f2/website/blogs/index.html
----------------------------------------------------------------------
diff --git a/website/blogs/index.html b/website/blogs/index.html
new file mode 100644
index 0000000..e6bcaa4
--- /dev/null
+++ b/website/blogs/index.html
@@ -0,0 +1,40 @@
+---
+layout: big_card_for_md
+title: Blogs
+permalink: /blogs/
+---
+{% comment %}
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+{% endcomment %}
+<div>
+  <h4>Apache Myriad Blogs</h4>
+  <ul>
+    {% for post in site.categories.blogs %}
+      <li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ 
post.url }}">{{ post.title }}</a></li>
+    {% endfor %}
+  </ul>
+</div>
+<hr>
+{% for post in site.categories.blogs %}
+<div>
+  {% include blog.html %}
+  <hr>
+</div>
+{% endfor %}

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/1f9536f2/website/downloads/index.md
----------------------------------------------------------------------
diff --git a/website/downloads/index.md b/website/downloads/index.md
index 9de36cf..a4d7a71 100644
--- a/website/downloads/index.md
+++ b/website/downloads/index.md
@@ -3,7 +3,8 @@ layout: big_card_for_md
 title: Downloads
 permalink: /downloads/
 ---
-#####<a name="latest"></a> Download Myriad
+##### <a name="latest"></a> Download Myriad
+
 Download the most recent stable release: 
[myriad-0.1.0-incubating](http://www.apache.org/dist/incubator/myriad/myriad-0.1.0-incubating/)
 ([Release 
Notes](https://cwiki.apache.org/confluence/display/MYRIAD/Release+Notes#ReleaseNotes-myriad-0.1.0-incubating))
 
 Once you have downloaded Myriad, follow the [installation and 
configuration](https://cwiki.apache.org/confluence/display/MYRIAD/Installation+and+Configuration)
 instructions, and take a look at the rest of the 
[documentation](https://cwiki.apache.org/confluence/display/MYRIAD).

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/1f9536f2/website/news/index.html
----------------------------------------------------------------------
diff --git a/website/news/index.html b/website/news/index.html
index de29a19..936a1a9 100644
--- a/website/news/index.html
+++ b/website/news/index.html
@@ -23,7 +23,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 {% endcomment %}
-{% for post in site.posts %}
+{% for post in site.categories.news %}
 <div>
   {% include page.html %}
 </div>

Reply via email to