diff --git a/docs/_config.yml b/docs/_config.yml
index c3ec5d9f..157699ed 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -1,3 +1,4 @@
theme: jekyll-theme-cayman
gems:
- jekyll-sitemap
+ - jekyll-seo-tag
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
new file mode 100644
index 00000000..912efc89
--- /dev/null
+++ b/docs/_layouts/default.html
@@ -0,0 +1,58 @@
+
+
+
+
+ {{ page.title | default: site.title }}
+
+
+
+
+
+ {% seo %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% if site.google_analytics %}
+
+
+ {% endif %}
+
+
diff --git a/docs/favicons/android-chrome-192x192.png b/docs/favicons/android-chrome-192x192.png
new file mode 100644
index 00000000..dc449edd
Binary files /dev/null and b/docs/favicons/android-chrome-192x192.png differ
diff --git a/docs/favicons/android-chrome-256x256.png b/docs/favicons/android-chrome-256x256.png
new file mode 100644
index 00000000..65ab9bd6
Binary files /dev/null and b/docs/favicons/android-chrome-256x256.png differ
diff --git a/docs/favicons/apple-touch-icon.png b/docs/favicons/apple-touch-icon.png
new file mode 100644
index 00000000..3a2add99
Binary files /dev/null and b/docs/favicons/apple-touch-icon.png differ
diff --git a/docs/favicons/browserconfig.xml b/docs/favicons/browserconfig.xml
new file mode 100644
index 00000000..ac3f7140
--- /dev/null
+++ b/docs/favicons/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #00aba9
+
+
+
diff --git a/docs/favicons/favicon-16x16.png b/docs/favicons/favicon-16x16.png
new file mode 100644
index 00000000..f600558c
Binary files /dev/null and b/docs/favicons/favicon-16x16.png differ
diff --git a/docs/favicons/favicon-32x32.png b/docs/favicons/favicon-32x32.png
new file mode 100644
index 00000000..d3c67197
Binary files /dev/null and b/docs/favicons/favicon-32x32.png differ
diff --git a/docs/favicons/favicon.ico b/docs/favicons/favicon.ico
new file mode 100644
index 00000000..c8b8f8f9
Binary files /dev/null and b/docs/favicons/favicon.ico differ
diff --git a/docs/favicons/manifest.json b/docs/favicons/manifest.json
new file mode 100644
index 00000000..c3e8c5f0
--- /dev/null
+++ b/docs/favicons/manifest.json
@@ -0,0 +1,17 @@
+{
+ "name": "MadelineProto",
+ "icons": [
+ {
+ "src": "\/favicons\/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image\/png"
+ },
+ {
+ "src": "\/favicons\/android-chrome-256x256.png",
+ "sizes": "256x256",
+ "type": "image\/png"
+ }
+ ],
+ "theme_color": "#00aba9",
+ "display": "standalone"
+}
diff --git a/docs/favicons/mstile-150x150.png b/docs/favicons/mstile-150x150.png
new file mode 100644
index 00000000..4c36fd2e
Binary files /dev/null and b/docs/favicons/mstile-150x150.png differ
diff --git a/docs/favicons/safari-pinned-tab.svg b/docs/favicons/safari-pinned-tab.svg
new file mode 100644
index 00000000..52566fb3
--- /dev/null
+++ b/docs/favicons/safari-pinned-tab.svg
@@ -0,0 +1,471 @@
+
+
+
diff --git a/logo-hover.png b/logo-hover.png
new file mode 100644
index 00000000..306c8d7c
Binary files /dev/null and b/logo-hover.png differ
diff --git a/logo.png b/logo.png
new file mode 100644
index 00000000..b33f132f
Binary files /dev/null and b/logo.png differ