diff --git a/_config.yml b/_config.yml
index 55bfbc4387..e4018bd17a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -2,8 +2,6 @@
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
-
-
# Setup
title: Artificial Intelligence
tagline: 'AIMA Exercises '
@@ -11,16 +9,18 @@ description: 'AIMA Exercises: Exercises for the book Artificial Intellig
url: https://aimacode.github.io/aima-exercises/
baseurl: '/aima-exercises'
incremental: true
-
-
# About/contact
author:
name: Sachin Chopra
url: sachin10101998.github.io
email: schopra@mt.iitr.ac.in
-
# Custom vars
version: 1.0.0
plugins:
- jekyll-paginate
paginate: 5
+#Staticman
+staticman:
+ repository : aimacode/aima-exercises # GitHub username/repository eg. "daattali/beautiful-jekyll"
+ branch : "master"
+
diff --git a/_includes/answers.html b/_includes/answers.html
deleted file mode 100644
index a86b058712..0000000000
--- a/_includes/answers.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
diff --git a/_includes/breadcrumb.html b/_includes/breadcrumb.html
deleted file mode 100644
index a3537661e3..0000000000
--- a/_includes/breadcrumb.html
+++ /dev/null
@@ -1,31 +0,0 @@
-{% capture page_url_without_index_html %}{{ page.url | remove: "/index.html" }}{% endcapture %}
-{% capture url_parts %} {{ page.url | remove: "/index.html" | replace:'/'," " }}{% endcapture %}
-{% capture num_parts %}{{ url_parts | number_of_words | minus: 1 }}{% endcapture %}
-{% assign previous="" %}
-
-{% if page_url_without_index_html != "/" %}
-
-
- {% if num_parts == "0" or num_parts == "-1" %}
- - home
- {% else %}
- - home »
-
- {% for unused in page.content limit:num_parts %}
- {% capture first_word %}{{ url_parts | truncatewords:1 | remove:"..."}}{% endcapture %}
- {% capture previous %}{{ previous }}/{{ first_word }}{% endcapture %}
-
- - {{ first_word }} »
-
- {% capture url_parts %}{{ url_parts | remove_first:first_word }}{% endcapture %}
- {% endfor %}
- {% endif %}
-{% endif %}
-
-
diff --git a/_includes/head.html b/_includes/head.html
index 0cf1da20c1..05ac2e369c 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -19,6 +19,7 @@
+
@@ -26,8 +27,6 @@
-
-
diff --git a/_includes/staticman-comments.html b/_includes/staticman-comments.html
new file mode 100644
index 0000000000..eae0b5cf3b
--- /dev/null
+++ b/_includes/staticman-comments.html
@@ -0,0 +1,36 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/_includes/svg-icons.html b/_includes/svg-icons.html
deleted file mode 100644
index 7a64482cf3..0000000000
--- a/_includes/svg-icons.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% if site.footer-links.dribbble %}{% endif %}
-{% if site.footer-links.email %}{% endif %}
-{% if site.footer-links.facebook %}{% endif %}
-{% if site.footer-links.flickr %}{% endif %}
-{% if site.footer-links.github %}{% endif %}
-{% if site.footer-links.instagram %}{% endif %}
-{% if site.footer-links.linkedin %}{% endif %}
-{% if site.footer-links.pinterest %}{% endif %}
-{% if site.footer-links.rss %}{% endif %}
-{% if site.footer-links.twitter %}{% endif %}
-{% if site.footer-links.stackoverflow %}{% endif %}
-{% if site.footer-links.youtube %}{% endif %}
-{% if site.footer-links.googleplus %}{% endif %}
\ No newline at end of file
diff --git a/_layouts/answersubmitted.html b/_layouts/answersubmitted.html
index 9ce1395092..3a07791856 100644
--- a/_layouts/answersubmitted.html
+++ b/_layouts/answersubmitted.html
@@ -11,4 +11,4 @@
{{ content }}
-
\ No newline at end of file
+
diff --git a/_layouts/chapter.html b/_layouts/chapter.html
index 95788bce59..5c862343cf 100644
--- a/_layouts/chapter.html
+++ b/_layouts/chapter.html
@@ -7,14 +7,7 @@
{{ content }}
-
-
-
-
-
+