We better have a full news page to get a list of every news items since the 
home page only displays 6.


Project: http://git-wip-us.apache.org/repos/asf/cayenne-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne-website/commit/f9d8a2d8
Tree: http://git-wip-us.apache.org/repos/asf/cayenne-website/tree/f9d8a2d8
Diff: http://git-wip-us.apache.org/repos/asf/cayenne-website/diff/f9d8a2d8

Branch: refs/heads/master
Commit: f9d8a2d89066544b861173d28b6066c6b3d20aff
Parents: e4c4d2c
Author: Aristedes Maniatis <a...@ish.com.au>
Authored: Tue May 30 14:17:20 2017 +0800
Committer: Aristedes Maniatis <a...@ish.com.au>
Committed: Tue May 30 14:17:20 2017 +0800

----------------------------------------------------------------------
 _posts/2017-07-01-cayenne-website-upgrade.md |  9 +++++++++
 index.md                                     |  4 +++-
 main/news.md                                 | 13 +++++++++++++
 3 files changed, 25 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/f9d8a2d8/_posts/2017-07-01-cayenne-website-upgrade.md
----------------------------------------------------------------------
diff --git a/_posts/2017-07-01-cayenne-website-upgrade.md 
b/_posts/2017-07-01-cayenne-website-upgrade.md
new file mode 100644
index 0000000..f87bc93
--- /dev/null
+++ b/_posts/2017-07-01-cayenne-website-upgrade.md
@@ -0,0 +1,9 @@
+---
+layout: post
+title:  Cayenne website upgrade
+date:   2017-07-01
+---
+
+Its about time we had a modern website with better responsive (mobile) 
ability, and a clean modern design.
+
+This rebuild is based on the jekyll static site generator. With an extensible 
architecture, jekyll is really easy for developers to use and it is very quick 
and easy to see a preview of any changes you are working on.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/f9d8a2d8/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index fabd401..785fce8 100644
--- a/index.md
+++ b/index.md
@@ -20,7 +20,7 @@ design. To that end, Cayenne supports database reverse 
engineering and
 generation, as well as a Velocity-based class generation engine. All of
 these functions can be controlled directly through the CayenneModeler, a
 fully functional GUI tool. No cryptic XML or annotation based configuration
-is required\! An entire database schema can be mapped directly to Java
+is required! An entire database schema can be mapped directly to Java
 objects within minutes, all from the comfort of the GUI-based
 CayenneModeler.
 
@@ -44,6 +44,8 @@ services.
   {% endfor %}
 </ul>
 
+<a href="/news">More news...</a>
+
 ## Cayenne Modeler
 <span style="float: right"><img style="border: 0px solid black" 
src="/img/modeler-thumb.png"></span>
 Cayenne is distributed with CayenneModeler - a complete GUI mapping tool that 
supports reverse-engineering of RDBMS

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/f9d8a2d8/main/news.md
----------------------------------------------------------------------
diff --git a/main/news.md b/main/news.md
new file mode 100644
index 0000000..838f3e7
--- /dev/null
+++ b/main/news.md
@@ -0,0 +1,13 @@
+---
+title:  News
+permalink: /news
+---
+
+<ul class="news">
+  {% for post in site.posts %}
+    <li>
+      <span class="date">{{ post.date | date: "%-d %b %Y" }}</span><a href="{{ 
post.url }}"> {{ post.title }}</a>
+      {{ post.excerpt }}
+    </li>
+  {% endfor %}
+</ul>
\ No newline at end of file

Reply via email to