diff --git a/_includes/ajaxify_content_form.html b/_includes/ajaxify_content_form.html
new file mode 100644
index 0000000..6a4b277
--- /dev/null
+++ b/_includes/ajaxify_content_form.html
@@ -0,0 +1,30 @@
+
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 0000000..3d5f7f9
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,19 @@
+
+{% if site.enable_anchorjs %}
+
+{% endif %}
+
diff --git a/_includes/head.html b/_includes/head.html
new file mode 100644
index 0000000..8cedeb0
--- /dev/null
+++ b/_includes/head.html
@@ -0,0 +1,109 @@
+
+ {% if site.google_tag_manager %}
+
+ {% endif %}
+
+ {{ site.text.share_buttons.text | default: "Share this post!" }}
+
+
+ {% if site.share_facebook %}
+
+ {% endif %}
+
+ {% if site.share_twitter %}
+
+ {% endif %}
+
+ {% if site.share_googleplus %}
+
+ {% endif %}
+
+ {% if site.share_linkedin %}
+
+ {% endif %}
+
+ {% if site.share_digg %}
+
+ {% endif %}
+
+ {% if site.share_tumblr %}
+
+ {% endif %}
+
+ {% if site.share_reddit %}
+
+ {% endif %}
+
+ {% if site.share_stumbleupon %}
+
+ {% endif %}
+
+ {% if site.share_hackernews %}
+
+ {% endif %}
+
+
diff --git a/_includes/social_links.html b/_includes/social_links.html
new file mode 100644
index 0000000..0d1d04c
--- /dev/null
+++ b/_includes/social_links.html
@@ -0,0 +1,59 @@
+
+
+ {% if site.github_username %}
+
+ {% endif %}
+ {% if site.reddit_username %}
+
+ {% endif %}
+ {% if site.bitbucket_username %}
+
+ {% endif %}
+ {% if site.stackoverflow_id %}
+
+ {% endif %}
+
+ {% if site.twitter_username %}
+
+ {% endif %}
+ {% if site.skype_username %}
+
+ {% endif %}
+ {% if site.steam_nickname %}
+
+ {% endif %}
+ {% if site.google_plus_id %}
+
+ {% endif %}
+ {% if site.email %}
+
+ {% endif %}
+ {% if site.linkedin_username %}
+
+ {% endif %}
+ {% if site.angellist_username %}
+
+ {% endif %}
+ {% if site.medium_id %}
+
+ {% endif %}
+ {% if site.telegram_username %}
+
+ {% endif %}
+ {% if site.vk_id %}
+
+ {% endif %}
+
+
+ {% if site.bitcoin_url %}
+
+ {% endif %}
+ {% if site.paypal_url %}
+
+ {% endif %}
+ {% if site.flattr_button %}
+ {{ site.flattr_button }}
+ {% endif %}
+
+
+