diff --git a/CNAME b/CNAME
index 0f91e48..bdf8c7a 100644
--- a/CNAME
+++ b/CNAME
@@ -1 +1 @@
-www.codetswana.com
+codetswana.com
diff --git a/_config.yml b/_config.yml
index 202d6a5..199bf78 100644
--- a/_config.yml
+++ b/_config.yml
@@ -4,5 +4,3 @@ defaults:
path: ""
values:
layout: "default"
-
-markdown: rdiscount
diff --git a/_layouts/default.html b/_layouts/default.html
index 5c94d4c..bebbafc 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -65,7 +65,9 @@
-
-
- | Codecademy |
- Good for programming practice and learning new technologies |
-
-
- | Microsoft Virtual Academy |
- Up-to-date courses on Microsoft technologies |
-
-
- | Udacity |
- High-quality video courses taught by Stanford and Google |
-
-
- | thecodeplayer.com |
- A fun way to learn html, css, and javascript |
-
-
-
-
-
Slides
-
-
-

-

-
-
+
+
+ | Codecademy |
+ Good for programming practice and learning new technologies |
+
+
+ | Microsoft Virtual Academy |
+ Up-to-date courses on Microsoft technologies |
+
+
+ | Udacity |
+ High-quality video courses taught by Stanford and Google |
+
+
+ | thecodeplayer.com |
+ A fun way to learn html, css, and javascript |
+
+
+
+
Slides
+
+
+

+
+
diff --git a/_posts/2014-06-17-platforms_for_deployment.md b/_posts/2014-06-17-platforms_for_deployment.md
index 0f1ab52..4c4404f 100644
--- a/_posts/2014-06-17-platforms_for_deployment.md
+++ b/_posts/2014-06-17-platforms_for_deployment.md
@@ -4,33 +4,29 @@ layout: default
summary: We cover git, Heroku, and Azure and how they can be used to get your application online.
---
-
+## Deploying Applications
-
Deploying Applications
+
-
+Here you can find useful resources for deploying servers. More information coming soon.
-
Here you can find useful resources for deploying servers. More information coming soon.
+
-
-
-
-
- | Heroku |
- Cloud deployment that is easy-to-use and free for one server. |
-
-
- | Microsoft Azure |
- Microsoft's platform for deploying applications |
-
-
- | Github Pages
- | Free static site hosting. |
-
-
- | Amazon Web Services
- | Amazon's powerful infrastructure-as-a-service. |
-
-
-
-
\ No newline at end of file
+
+
+ | Heroku |
+ Cloud deployment that is easy-to-use and free for one server. |
+
+
+ | Microsoft Azure |
+ Microsoft's platform for deploying applications |
+
+
+ | Github Pages |
+ Free static site hosting. |
+
+
+ | Amazon Web Services |
+ Amazon's powerful infrastructure-as-a-service. |
+
+
diff --git a/_posts/2016-08-31-update.md b/_posts/2016-08-31-update.md
new file mode 100644
index 0000000..26083fe
--- /dev/null
+++ b/_posts/2016-08-31-update.md
@@ -0,0 +1,7 @@
+---
+title: Codetswana is back online!
+layout: default
+summary: Stay tuned...
+---
+
+This website is powered by [https://github.com/codetswana/codetswana.github.io](https://github.com/codetswana/codetswana.github.io). If you're not already a member of the github organization, email codetswana@gmail.com
diff --git a/index.html b/index.html
index 01a904e..b1c2c81 100644
--- a/index.html
+++ b/index.html
@@ -3,19 +3,18 @@
layout: default
---
-
-
-

-
Empowering developers and entrepreneurs in Botswana.
-
-
-
-
Upcoming Events:
-
Thursday 19 June: HTML5 and the Modern Web
-
Latest news:
+
+

+
Empowering developers and entrepreneurs in Botswana.
+
- {% assign post = site.posts.first %}
+
+
-
{{ post.date | date_to_string }} {{ post.title }}
-
{{ post.summary }}
-
+Latest news:
+
+{% assign post = site.posts.first %}
+
+
{{ post.date | date_to_string }} {{ post.title }}
+
+{{ post.summary }}
diff --git a/resources.html b/resources.html
index ac8ce67..e322868 100644
--- a/resources.html
+++ b/resources.html
@@ -3,56 +3,55 @@
layout: default
---
-
-
Free Online Learning Resources
-
-
- | Codecademy |
- Good for programming practice and learning new technologies |
-
-
- | Microsoft Virtual Academy |
- Up-to-date courses on Microsoft technologies |
-
-
- | Udacity |
- High-quality video courses taught by Stanford and Google |
-
-
- | thecodeplayer.com |
- A fun way to learn html, css, and javascript |
-
-
+
Free Online Learning Resources
+
+
+ | Codecademy |
+ Good for programming practice and learning new technologies |
+
+
+ | Microsoft Virtual Academy |
+ Up-to-date courses on Microsoft technologies |
+
+
+ | Udacity |
+ High-quality video courses taught by Stanford and Google |
+
+
+ | thecodeplayer.com |
+ A fun way to learn html, css, and javascript |
+
+
-
+
-
Web Application Frameworks
-
-
- | Django |
- A popular Python web framework with good support for databases. |
-
-
- | ASP MVC |
- Microsoft's C# web application framework |
-
-
+
Web Application Frameworks
+
+
+ | Django |
+ A popular Python web framework with good support for databases. |
+
+
+ | ASP MVC |
+ Microsoft's C# web application framework |
+
+
-
+
-
Server Deployment Platforms
-
-
- | Heroku |
- Server platform supporting a variety of languages. Free for one server. |
-
-
- | Microsoft Azure |
- Microsoft's platform for deploying applications |
-
-
- | Amazon Web Services
- | Amazon's powerful infrastructure-as-a-service. |
-
-
-
+
Server Deployment Platforms
+
+
+
+ | Heroku |
+ Server platform supporting a variety of languages. Free for one server. |
+
+
+ | Microsoft Azure |
+ Microsoft's platform for deploying applications |
+
+
+ | Amazon Web Services
+ | Amazon's powerful infrastructure-as-a-service. |
+
+