diff --git a/docs/website/docs/index.md b/docs/website/docs/index.md
index ceea72a..4f5ca0b 100644
--- a/docs/website/docs/index.md
+++ b/docs/website/docs/index.md
@@ -1,3 +1,7 @@
-# Home
+---
+template: home.html
+---
+
+# Welcome!
The OpenSavvy Playground is a project template with pre-configured CI/CD, documentation generator, etc.
diff --git a/docs/website/mkdocs.yml b/docs/website/mkdocs.yml
index 98813dd..112d0f9 100644
--- a/docs/website/mkdocs.yml
+++ b/docs/website/mkdocs.yml
@@ -5,6 +5,7 @@ site_description: >
theme:
name: material
+ custom_dir: overrides
features:
- announce.dismiss
- content.action.edit
diff --git a/docs/website/overrides/home.html b/docs/website/overrides/home.html
new file mode 100644
index 0000000..29eaa5e
--- /dev/null
+++ b/docs/website/overrides/home.html
@@ -0,0 +1,61 @@
+{% extends "main.html" %}
+{% block tabs %}
+{{ super() }}
+
+
+ {{ config.site_description }}{{ config.site_name }}
+
+