diff --git a/docs/_files/toolkit-icon.png b/docs/_files/toolkit-icon.png
new file mode 100644
index 00000000..1c68f060
Binary files /dev/null and b/docs/_files/toolkit-icon.png differ
diff --git a/mkdocs.yml b/mkdocs.yml
index 2553e3d4..26e27d07 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,7 +1,7 @@
site_name: GitOps Toolkit
-site_description: Documentation for GitOps Toolkit.
+site_description: A toolkit for assembling GitOps pipelines on Kubernetes
site_author: The Flux CD contributors
-site_url: https://fluxcd.github.io/toolkit/
+site_url: https://toolkit.fluxcd.io
repo_name: fluxcd/toolkit
repo_url: https://github.com/fluxcd/toolkit
@@ -14,6 +14,7 @@ theme:
palette:
primary: blue
accent: indigo
+ custom_dir: mkdocs/
docs_dir: docs
@@ -25,6 +26,7 @@ plugins:
markdown_extensions:
- admonition
+ - meta
- codehilite:
guess_lang: false
- toc:
diff --git a/mkdocs/main.html b/mkdocs/main.html
new file mode 100644
index 00000000..eb0ab453
--- /dev/null
+++ b/mkdocs/main.html
@@ -0,0 +1,32 @@
+{% extends "base.html" %}
+
+{% block extrahead %}
+
+
+{% if page and page.meta and page.meta.title %}
+
+{% elif page and page.title and not page.is_homepage %}
+
+{% else %}
+
+{% endif %}
+
+
+
+
+
+
+
+
+{% if page and page.meta and page.meta.title %}
+
+{% elif page and page.title and not page.is_homepage %}
+
+{% else %}
+
+{% endif %}
+
+
+
+
+{% endblock %}