diff --git a/src/_includes/layouts/base.webc b/src/_includes/layouts/base.webc
index 4eba463d..3211f6a3 100644
--- a/src/_includes/layouts/base.webc
+++ b/src/_includes/layouts/base.webc
@@ -3,6 +3,9 @@
activeKey: function(data) {
return data.eleventyNavigation?.key ?? data.parentNav ?? data.page.fileSlug;
},
+ fullTitle: function(title) {
+ return `${title} - Alex Dobin`;
+ }
}
---
@@ -11,8 +14,14 @@
-
-
+
+
+
+
+
+
+
+
diff --git a/src/about.md b/src/about.md
index bf3f3917..9c74317b 100644
--- a/src/about.md
+++ b/src/about.md
@@ -1,5 +1,5 @@
---
-title: About - Alex Dobin
+title: About
eleventyNavigation:
key: about
order: 2
diff --git a/src/favicon.png b/src/favicon.png
deleted file mode 100644
index 8ee0526d..00000000
Binary files a/src/favicon.png and /dev/null differ
diff --git a/src/index.md b/src/index.md
index 7872d211..c95e66ae 100644
--- a/src/index.md
+++ b/src/index.md
@@ -1,5 +1,5 @@
---
-title: Alex Dobin - alexdobin.com
+title: Home
eleventyNavigation:
key: home
order: 1
diff --git a/src/posts.vto b/src/posts.vto
index e7d25a82..51c84a8a 100644
--- a/src/posts.vto
+++ b/src/posts.vto
@@ -1,5 +1,5 @@
---
-title: Blog posts - Alex Dobin
+title: Blog
eleventyImport:
collections: ["post"]
eleventyNavigation:
diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png
new file mode 100644
index 00000000..7fa15961
Binary files /dev/null and b/static/android-chrome-192x192.png differ
diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
new file mode 100644
index 00000000..128d7c5d
Binary files /dev/null and b/static/apple-touch-icon.png differ
diff --git a/static/browserconfig.xml b/static/browserconfig.xml
new file mode 100644
index 00000000..b3930d0f
--- /dev/null
+++ b/static/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #da532c
+
+
+
diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png
new file mode 100644
index 00000000..7a63c681
Binary files /dev/null and b/static/favicon-16x16.png differ
diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png
new file mode 100644
index 00000000..91deb75c
Binary files /dev/null and b/static/favicon-32x32.png differ
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 00000000..1cbcc24a
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 00000000..83b7fb8a
Binary files /dev/null and b/static/mstile-150x150.png differ
diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg
new file mode 100644
index 00000000..afb2f49c
--- /dev/null
+++ b/static/safari-pinned-tab.svg
@@ -0,0 +1,18 @@
+
+
+
diff --git a/static/site.webmanifest b/static/site.webmanifest
new file mode 100644
index 00000000..0e0e858d
--- /dev/null
+++ b/static/site.webmanifest
@@ -0,0 +1,14 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}