diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7f83b0a8..86d95214 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -36,3 +36,5 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
+
+
diff --git a/docs/overrides/main.html b/docs/overrides/main.html
index 5b0ca786..ea3b45f5 100644
--- a/docs/overrides/main.html
+++ b/docs/overrides/main.html
@@ -1,6 +1,20 @@
{% extends "base.html" %}
+
{% block announce %}
-
This site is under development. It is a total mess currently. It really should not be public.
+ For updates follow @lukeoson on
+
+
+ {% include ".icons/fontawesome/brands/linkedin.svg" %}
+
+ LinkedIn
+
+ and
+
+
+ x Twitter
+
{% endblock %}
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 613e92a9..752c6cd9 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -86,21 +86,21 @@ theme:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
- icon: material/brightness-auto
+ icon: material/link
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
- icon: material/brightness-7
+ icon: material/toggle-switch
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
- icon: material/brightness-4
+ icon: material/toggle-switch-off
name: Switch to system preference
features:
# MISC