diff --git a/_config.yml b/_config.yml
index aaaeb88..a8cf8bb 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,8 +1,9 @@
-title: Snap
+title: SnapKit
email: robertpayne@me.com
description: Swift AutoLayout DSL for iOS and OS X
url: "http://www.snapkit.io/"
-twitter_username: robertjpayne
-github_username: robertjpayne
+github_username: SnapKit
-markdown: kramdown
+markdown: redcarpet
+redcarpet:
+ extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "tables", "superscript", "with_toc_data"]
diff --git a/_includes/footer.html b/_includes/footer.html
index 23037df..cb5be84 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,2 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/_includes/head.html b/_includes/head.html
index fe05cb4..6c868f1 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -7,7 +7,7 @@
-
+
diff --git a/_includes/header.html b/_includes/header.html
index e316faf..2c0b380 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,5 +1,5 @@