diff --git a/CNAME b/CNAME
new file mode 100644
index 0000000..d9c5e2c
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+www.cevelop.com
\ No newline at end of file
diff --git a/README.md b/README.md
index 50738cc..bf5dec4 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,6 @@ The site is based on [Jekyll](http://jekyllrb.com). Each commit on the master br
Thanks to [Docker](https://www.docker.com/), no dependencies have to be installed locally. Just execute the following command:
- docker run --rm -it -v $(pwd):/srv/jekyll -p 127.0.0.1:4000:4000 jekyll/jekyll:pages jekyll serve
+ docker run --rm -it -v $(pwd):/srv/jekyll -p 127.0.0.1:4000:4000 jekyll/jekyll:pages bash -c "gem install webrick && jekyll serve"
The site will then be available on http://localhost:4000 and is rebuilt automatically with each change.
diff --git a/_layouts/default.html b/_layouts/default.html
index b0e2045..c953f06 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -117,7 +117,7 @@
+
diff --git a/_posts/2019-07-29-cevelop-1.12.1-release.markdown b/_posts/2019-07-29-cevelop-1.12.1-release.markdown
new file mode 100644
index 0000000..b65eb8d
--- /dev/null
+++ b/_posts/2019-07-29-cevelop-1.12.1-release.markdown
@@ -0,0 +1,22 @@
+---
+layout: post
+active: news
+title: "Cevelop 1.12.1 Release"
+---
+
+Today, we released Cevelop 1.12.1. This is a patch release updating the underlying Eclipse CDT to 9.8.1 and fixing some problems found
+in the different plug-ins. We've also updated the Ctylechecker beta plug-in to be able to check your code against various styleguides.
+
+* Update Eclipse CDT to 9.8.1
+* Fix various small problems in the different plug-ins
+* Ctylechecker now includes styleguide checking support (Preferences -> C/C++ -> Code Analysis -> Ctylechecker)
+* SConsolidator has been updated to 1.1.0
+
+
+
+As always, you can download Cevelop 1.12.1 from our [Download](/download) page. If you have any issues or other feedback, please [let us know](/contact).
+
+
+ — Hansruedi Patzen
+
+
diff --git a/_posts/2019-10-23-cevelop-1.13.0-release.markdown b/_posts/2019-10-23-cevelop-1.13.0-release.markdown
new file mode 100644
index 0000000..ef68839
--- /dev/null
+++ b/_posts/2019-10-23-cevelop-1.13.0-release.markdown
@@ -0,0 +1,20 @@
+---
+layout: post
+active: news
+title: "Cevelop 1.13.0 Release"
+---
+
+Today, we released Cevelop 1.13.0. This is a minor release updating the underlying Eclipse Platform and Eclipse CDT.
+
+* Update Eclipse Platform to 2019-09
+* Update Eclipse CDT to 9.9.0
+* General bug fixes and performance improvements
+
+
+
+As always, you can download Cevelop 1.13.0 from our [Download](/download) page. If you have any issues or other feedback, please [let us know](/contact).
+
+
+ — Toni Suter
+
+
diff --git a/_posts/2020-02-17-cevelop-1.14.1-release.markdown b/_posts/2020-02-17-cevelop-1.14.1-release.markdown
new file mode 100644
index 0000000..5edb289
--- /dev/null
+++ b/_posts/2020-02-17-cevelop-1.14.1-release.markdown
@@ -0,0 +1,21 @@
+---
+layout: post
+active: news
+title: "Cevelop 1.14.1 Release"
+---
+
+Today, we released Cevelop 1.14.1. This is a minor release updating the underlying Eclipse Platform and Eclipse CDT.
+
+* Update Eclipse Platform to 2019-12
+* Update Eclipse CDT to 9.10.0
+* General bug fixes and performance improvements
+* Added Stylechecker and Constificator to the Cevelop product
+* Removed Includator and Sconsolidator from the Cevelop product (they are still available from update sites)
+
+
+
+As always, you can download Cevelop 1.14.1 from our [Download](/download) page. If you have any issues or other feedback, please [let us know](/contact).
+
+
Over time, as more and more plug-ins were created, it became tedious to discover and install them one by one. So we decided to bundle them all into one single download, including the latest release of Eclipse CDT.