diff --git a/assets/css/admonitions.css b/assets/css/extended/admonitions.css
similarity index 100%
rename from assets/css/admonitions.css
rename to assets/css/extended/admonitions.css
diff --git a/assets/css/style.css b/assets/css/extended/style.css
similarity index 100%
rename from assets/css/style.css
rename to assets/css/extended/style.css
diff --git a/config.yaml b/config.yaml
index ed14715..3f92698 100644
--- a/config.yaml
+++ b/config.yaml
@@ -46,12 +46,8 @@ params:
assets:
disableHLJS: true
- # disableFingerprinting: true
-# favicon: ""
-# favicon16x16: ""
-# favicon32x32: ""
-# apple_touch_icon: ""
-# safari_pinned_tab: ""
+ theme_color: "#ffffff"
+ msapplication_TileColor: "#226997"
label:
text: "Home"
diff --git a/layouts/partials/extend_head.html b/layouts/partials/extend_head.html
deleted file mode 100644
index ed140ac..0000000
--- a/layouts/partials/extend_head.html
+++ /dev/null
@@ -1,4 +0,0 @@
-{{ $admonitions := resources.Get "css/admonitions.css" | minify | fingerprint }}
-
-{{ $style := resources.Get "css/style.css" | minify | fingerprint }}
-
diff --git a/static/android-chrome-96x96.png b/static/android-chrome-96x96.png
new file mode 100644
index 0000000..e69de29
diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
new file mode 100644
index 0000000..29d655a
--- /dev/null
+++ b/static/apple-touch-icon.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c6a4009c9cce9efdb59871ea03164ccc716e7b797fef9729515c9ed35c3174d0
+size 6554
diff --git a/static/browserconfig.xml b/static/browserconfig.xml
new file mode 100644
index 0000000..0bb677c
--- /dev/null
+++ b/static/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #226997
+
+
+
diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png
new file mode 100644
index 0000000..6ac19be
--- /dev/null
+++ b/static/favicon-16x16.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:27da1c9a740a3e6ff3bb82b24ea11abda4f0908e247da6a7681d06c54f2e955b
+size 1194
diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png
new file mode 100644
index 0000000..76db524
--- /dev/null
+++ b/static/favicon-32x32.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e4b268a9672864d6926d5ce8c8f65239a282ff4536577c096f71b5f5a2ec3a8f
+size 1894
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..946f986
Binary files /dev/null and b/static/favicon.ico differ
diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png
new file mode 100644
index 0000000..e69de29
diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg
new file mode 100644
index 0000000..194c16f
--- /dev/null
+++ b/static/safari-pinned-tab.svg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e828d3ecc0f405f5d3ffe7e5601b2ff28afd4f505608fb2be974b743bb0fe69a
+size 5917
diff --git a/static/site.webmanifest b/static/site.webmanifest
new file mode 100644
index 0000000..ffaaa8f
--- /dev/null
+++ b/static/site.webmanifest
@@ -0,0 +1,13 @@
+{
+ "name": "Gab's Notes",
+ "short_name": "Gab's Notes",
+ "icons": [
+ {
+ "src": "/static/icons/android-chrome-96x96.png",
+ "sizes": "96x96",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff"
+}