diff --git a/docs/_config.yml b/docs/_config.yml
index 2bdba509eb..4b2b66f35a 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -1,6 +1,16 @@
include: [.well-known]
exclude: [bin, vendor, CNAME, Gemfile, Gemfile.lock]
+# Same as GitHub Pages
+# https://help.github.com/articles/using-jekyll-with-pages#troubleshooting
+# Disable despite enabled on GitHub Pages for supported plugins to work.
+# safe: true
+kramdown:
+ input: GFM
+ hard_wrap: false
+lsi: false
+highlighter: rouge
+
gems:
- - jekyll-feed
+ - jekyll-sitemap
- jekyll-seo-tag
diff --git a/docs/_layouts/base.html b/docs/_layouts/base.html
index 324b42c6f6..ee631bda54 100644
--- a/docs/_layouts/base.html
+++ b/docs/_layouts/base.html
@@ -12,19 +12,8 @@
{% seo title=false %}
{% feed_meta %}
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+