diff --git a/404.html b/404.html
index 4aff183..5f0acb2 100644
--- a/404.html
+++ b/404.html
@@ -1,21 +1,10 @@
-
-
-
-
-
- Error 404
-
-
-
-
-
-
-
-
-
-
+---
+layout: default
+comment: false
+share: false
+back: 0
+title: Error 404
+---
@@ -31,13 +20,3 @@
I'm Pinkie Pie. You are seeing me because you want a page that I could not find. I'm sorry. Seriously. I'll try to work better. But now I may suggest you to return to the Homepage or back
-
-
-
-
-
-
-
-
diff --git a/_config.yml b/_config.yml
index a29c3d0..cc64a0e 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,2 +1,63 @@
-markdown: rdiscount
-pygments: true
+source: .
+destination: ./_site
+plugins: ./_plugins
+layouts: ./_layouts
+include: ['.htaccess']
+exclude: []
+keep_files: ['.git','.svn']
+gems: []
+
+future: true
+limit_posts: 0
+pygments: true
+
+relative_permalinks: true
+
+permalink: pretty
+paginate_path: 'page:num'
+
+markdown: rdiscount
+markdown_ext: markdown,mkd,mkdn,md
+textile_ext: textile
+
+excerpt_separator: "\n\n"
+
+safe: false
+host: 0.0.0.0
+port: 4000
+baseurl: /
+url: http://localhost:4000
+lsi: false
+
+maruku:
+ use_tex: false
+ use_divs: false
+ png_engine: blahtex
+ png_dir: images/latex
+ png_url: /images/latex
+ fenced_code_blocks: true
+
+rdiscount:
+ extensions: []
+
+redcarpet:
+ extensions: []
+
+kramdown:
+ auto_ids: true
+ footnote_nr: 1
+ entity_output: as_char
+ toc_levels: 1..6
+ smart_quotes: lsquo,rsquo,ldquo,rdquo
+ use_coderay: false
+
+ coderay:
+ coderay_wrap: div
+ coderay_line_numbers: inline
+ coderay_line_numbers_start: 1
+ coderay_tab_width: 4
+ coderay_bold_every: 10
+ coderay_css: style
+
+redcloth:
+ hard_breaks: true
diff --git a/_includes/footer_back.html b/_includes/footer_back.html
new file mode 100644
index 0000000..0dd2ca4
--- /dev/null
+++ b/_includes/footer_back.html
@@ -0,0 +1 @@
+Back to Homepage
diff --git a/_includes/footer_comment.html b/_includes/footer_comment.html
new file mode 100644
index 0000000..4413e09
--- /dev/null
+++ b/_includes/footer_comment.html
@@ -0,0 +1,38 @@
+
+
+
+
+
diff --git a/_includes/footer_fullback.html b/_includes/footer_fullback.html
new file mode 100644
index 0000000..e381c96
--- /dev/null
+++ b/_includes/footer_fullback.html
@@ -0,0 +1,2 @@
+Back
+Back to Homepage
diff --git a/_includes/footer_sharethis.html b/_includes/footer_sharethis.html
new file mode 100644
index 0000000..ad2b561
--- /dev/null
+++ b/_includes/footer_sharethis.html
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/_includes/header_comment.html b/_includes/header_comment.html
new file mode 100644
index 0000000..5c31542
--- /dev/null
+++ b/_includes/header_comment.html
@@ -0,0 +1 @@
+
diff --git a/_includes/header_sharethis.html b/_includes/header_sharethis.html
new file mode 100644
index 0000000..e9439fc
--- /dev/null
+++ b/_includes/header_sharethis.html
@@ -0,0 +1,3 @@
+
+
+
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..66ea0fb
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,49 @@
+
+
+
+
+
+ {{ page.title }}
+
+
+
+
+
+
+
+
+
+ {% if page.comment == true %}
+ {% include header_comment.html %}
+ {% endif %}
+ {% if page.share == true %}
+ {% include header_sharethis.html %}
+ {% endif %}
+
+
+{{ content }}
+
+{% if page.comment == true %}
+ {% include footer_comment.html %}
+{% endif %}
+
+
+
+
+
+
+
+
Comments
+