diff --git a/_config.yml b/_config.yml
index 4a1c3f1d..57af5fb2 100644
--- a/_config.yml
+++ b/_config.yml
@@ -11,7 +11,9 @@ name: MDAnalysis
tagline: A Python package for the analysis of molecular dynamics simulations.
description: A Python package for the analysis of molecular dynamics simulations.
url: https://www.mdanalysis.org
-baseurl: /
+# leave baseurl empty,
+# see https://github.com/MDAnalysis/MDAnalysis.github.io/issues/16#issuecomment-385572553
+baseurl:
author:
name: The MDAnalysis Team
url: https://twitter.com/mdanalysis
@@ -65,3 +67,6 @@ twitter:
url: https://twitter.com/mdanalysis
+algolia:
+ index_name: mdanalysis
+ read_only_api_key: 307d780013d06fdde7a4eae462db0e74
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 00000000..79e27887
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,12 @@
+
+
+
+
+
+
diff --git a/_includes/head.html b/_includes/head.html
index 8ff010fe..413d151e 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -37,6 +37,9 @@
anchors.add('h1, h2, h3, h4, h5, h6');
});
+
+
+