diff --git a/_layouts/default.html b/_layouts/default.html
index 830a986..27ea8a4 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,8 +5,8 @@
-
-
+
+
{% seo %}
@@ -18,7 +18,7 @@
View on Github
-
+
{% if site.show_downloads %}
diff --git a/_layouts/post.html b/_layouts/post.html
new file mode 100644
index 0000000..783c9f2
--- /dev/null
+++ b/_layouts/post.html
@@ -0,0 +1,16 @@
+---
+layout: default
+---
+
+
+
+
+
{{ page.title }}
+
{{ page.date | date: "%-d %B %Y" }}
+
+
+
+ {{ content }}
+
+
+
\ No newline at end of file
diff --git a/_posts/2015-05-03-jython-2.7.0.md b/_posts/2015-05-03-jython-2.7.0.md
new file mode 100644
index 0000000..1270581
--- /dev/null
+++ b/_posts/2015-05-03-jython-2.7.0.md
@@ -0,0 +1,20 @@
+---
+layout: post
+title: "Jython 2.7.0 Final Released"
+categories: [release]
+---
+
+On behalf of the Jython development team, I'm pleased to announce that the final release of Jython 2.7.0 is available! It's been a long road to get to 2.7, and it's finally here! I'd like to thank Amobee for sponsoring my work on Jython. I'd also like to thank the many contributors to Jython, including - but not limited to - bug reports, patches, pull requests, documentation changes, support emails, and fantastic conversation on Freenode at #jython.
+
+Along with language and runtime compatibility with CPython 2.7.0, Jython 2.7 provides substantial
+support of the Python ecosystem. This includes built-in support of `pip`/`setuptools` (you can use with `bin/pip`) and a native launcher for Windows (`bin/jython.exe`), with the implication that you can finally install Jython scripts on Windows.
+
+[Jim Baker presented a talk at PyCon 2015 about Jython 2.7](https://www.youtube.com/watch?v=hLm3garVQFo), including demos of new features.
+
+Please see the [NEWS](https://github.com/jythontools/jython/blob/master/NEWS) file for detailed release notes. This release of Jython requires JDK 7 or above.
+
+- Most likely, you want the [traditional installer](https://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.0/jython-installer-2.7.0.jar). NOTE: the installer automatically installs `pip` and `setuptools` (unless you uncheck that option), but you must unset `JYTHON_HOME` if you have it set.
+- A [pre-built standalone version](https://search.maven.org/remotecontent?filepath=org/python/jython-standalone/2.7.0/jython-standalone-2.7.0.jar).
+- - A [source only distribution](https://search.maven.org/remotecontent?filepath=org/python/jython/2.7.0/jython-2.7.0-sources.jar).
+
+To see all of the files available including checksums, go here and navigate to the appropriate distribution and version.
diff --git a/_posts/2017-07-01-jython-2.7.1.md b/_posts/2017-07-01-jython-2.7.1.md
new file mode 100644
index 0000000..75db21b
--- /dev/null
+++ b/_posts/2017-07-01-jython-2.7.1.md
@@ -0,0 +1,15 @@
+---
+layout: post
+title: "Jython 2.7.1 Final Released"
+categories: [release]
+---
+
+We thought 2017-07-01 was a perfect time to release version 2.7.1 This is a bugfix release. Bug fixes include improvements in SSL and pip support along with lots of improvements in CPython compatibility.
+
+Please see the [NEWS](https://github.com/jythontools/jython/blob/master/NEWS) file for detailed release notes. This release of Jython requires JDK 7 or above.
+
+This release is being hosted at maven central. There are three main distributions. In order of popularity:
+
+- Most likely, you want the [traditional installer](https://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar). NOTE: the installer automatically installs `pip` and `setuptools` (unless you uncheck that option), but you must unset `JYTHON_HOME` if you have it set.
+- A [pre-built standalone version](https://search.maven.org/remotecontent?filepath=org/python/jython-standalone/2.7.1/jython-standalone-2.7.1.jar).
+- - A [source only distribution](https://search.maven.org/remotecontent?filepath=org/python/jython/2.7.0/jython-2.7.0-sources.jar).
\ No newline at end of file
diff --git a/_posts/2018-10-01-new-website.md b/_posts/2018-10-01-new-website.md
new file mode 100644
index 0000000..8eba047
--- /dev/null
+++ b/_posts/2018-10-01-new-website.md
@@ -0,0 +1,14 @@
+---
+layout: post
+title: "New Website"
+categories: [website]
+---
+
+Welcome to the new Jython website. The main improvements are:
+- Redesign to fit the modern web, e.g. mobile responsive
+- Move hosting to [GitHub pages](https://pages.github.com/). To allow easier maintenance and encourage community contribution
+- Delivered over HTTPS.
+
+If you would like to contribute you can find the website source on [GitHub](https://github.com/jython/jython.github.io)
+
+More discussion on the creation of the new site on our bug tracker [issue 2658](http://bugs.jython.org/issue2658)
\ No newline at end of file
diff --git a/news.md b/news.md
index f46fc88..9ebda09 100644
--- a/news.md
+++ b/news.md
@@ -1,38 +1,14 @@
---
title: News
+layout: default
---
-## News
-
-### New website (October 2018)
-Welcome to the new Jython website. The main improvements are:
-- Redesign to fit the modern web, e.g. mobile responsive
-- Move hosting to [GitHub pages](https://pages.github.com/). To allow easier maintenance and encourage community contribution
-- Delivered over HTTPS
-- Content updated to reflect latest binary releases
-
-### Jython 2.7.1 Final Released (July 2017)
-
-We thought 2017-07-01 was a perfect time to release version 2.7.1 This is a bugfix release. Bug fixes include improvements in SSL and pip support along with lots of improvements in CPython compatibility.
-
-Please see the [NEWS](https://github.com/jythontools/jython/blob/master/NEWS) file for detailed release notes. This release of Jython requires JDK 7 or above.
-
-This release is being hosted at maven central. There are three main distributions. In order of popularity:
-
-- Most likely, you want the [traditional installer](http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar). NOTE: the installer automatically installs pip and setuptools (unless you uncheck that option), but you must unset `JYTHON_HOME` if you have it set.
-- A [pre-built standalone version](http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/2.7.1/jython-standalone-2.7.1.jar).
-### Jython 2.7.0 Final Released (May 2015)
-
-Please see the [NEWS](https://github.com/jythontools/jython/blob/master/NEWS) file for detailed release notes.
-
-Read more on [Frank Wierzbickis Weblog](http://fwierzbicki.blogspot.fi/2015/05/jython-270-final-released.html)
-
-### Jython 2.7 Release Candidate 3 Released (April 2015)
-
-Please see the [NEWS](https://github.com/jythontools/jython/blob/master/NEWS) file for detailed release notes.
-
-Read more on [Frank Wierzbickis Weblog](http://fwierzbicki.blogspot.fi/2015/04/jython-27-release-candidate-3-available.html)
-
-### Jython 2.7 PyCon 2015 Talk** (April 2015)
+## News
-Jim Baker gave a talk at PyCon 2015 in Montreal about how we got to Jython 2.7 and what's coming next. [Watch the video here](https://www.youtube.com/watch?v=hLm3garVQFo>)
+