diff --git a/v2/config.toml b/v2/config.toml
index ed0cc61..644bbec 100644
--- a/v2/config.toml
+++ b/v2/config.toml
@@ -30,10 +30,10 @@ search = true
showThemeSwitcher = true
defaultDarkTheme = false
moveFooterToHeader = true
-logoAlt = "An alternative text description of the logo"
+logoAlt = "HugoPoi's blog v2"
customCss = [ "css/cupper-hugo-tweaks.css" ]
# customJs = [ "js/custom_01.js", "js/custom_02.js" ]
-navTitleText = "HugoPoi's blog v2"
+# navTitleText = "HugoPoi's blog v2"
[[menu.nav]]
diff --git a/v2/static/android-chrome-192x192.png b/v2/static/android-chrome-192x192.png
new file mode 100644
index 0000000..07b565e
Binary files /dev/null and b/v2/static/android-chrome-192x192.png differ
diff --git a/v2/static/android-chrome-512x512.png b/v2/static/android-chrome-512x512.png
new file mode 100644
index 0000000..de903a1
Binary files /dev/null and b/v2/static/android-chrome-512x512.png differ
diff --git a/v2/static/apple-touch-icon.png b/v2/static/apple-touch-icon.png
new file mode 100644
index 0000000..65d1557
Binary files /dev/null and b/v2/static/apple-touch-icon.png differ
diff --git a/v2/static/browserconfig.xml b/v2/static/browserconfig.xml
new file mode 100644
index 0000000..f9c2e67
--- /dev/null
+++ b/v2/static/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #2b5797
+
+
+
diff --git a/v2/static/css/cupper-hugo-tweaks.css b/v2/static/css/cupper-hugo-tweaks.css
index ebca8bf..87a8e80 100644
--- a/v2/static/css/cupper-hugo-tweaks.css
+++ b/v2/static/css/cupper-hugo-tweaks.css
@@ -1,3 +1,12 @@
+body {
+ font-size: calc(1em + 0.20vw);
+}
+
.main-and-footer > div {
max-width: initial;
}
+
+.pattern [aria-current] {
+ clip-path: none;
+ border-radius: 0.33em;
+}
diff --git a/v2/static/favicon-16x16.png b/v2/static/favicon-16x16.png
new file mode 100644
index 0000000..1622462
Binary files /dev/null and b/v2/static/favicon-16x16.png differ
diff --git a/v2/static/favicon-32x32.png b/v2/static/favicon-32x32.png
new file mode 100644
index 0000000..f2872a0
Binary files /dev/null and b/v2/static/favicon-32x32.png differ
diff --git a/v2/static/favicon.ico b/v2/static/favicon.ico
new file mode 100644
index 0000000..13ec70b
Binary files /dev/null and b/v2/static/favicon.ico differ
diff --git a/v2/static/images/logo.svg b/v2/static/images/logo.svg
new file mode 100644
index 0000000..3b36a42
--- /dev/null
+++ b/v2/static/images/logo.svg
@@ -0,0 +1,74 @@
+
+
diff --git a/v2/static/mstile-144x144.png b/v2/static/mstile-144x144.png
new file mode 100644
index 0000000..7b6ccab
Binary files /dev/null and b/v2/static/mstile-144x144.png differ
diff --git a/v2/static/mstile-150x150.png b/v2/static/mstile-150x150.png
new file mode 100644
index 0000000..981f153
Binary files /dev/null and b/v2/static/mstile-150x150.png differ
diff --git a/v2/static/mstile-310x150.png b/v2/static/mstile-310x150.png
new file mode 100644
index 0000000..b97d681
Binary files /dev/null and b/v2/static/mstile-310x150.png differ
diff --git a/v2/static/mstile-310x310.png b/v2/static/mstile-310x310.png
new file mode 100644
index 0000000..5a15e24
Binary files /dev/null and b/v2/static/mstile-310x310.png differ
diff --git a/v2/static/mstile-70x70.png b/v2/static/mstile-70x70.png
new file mode 100644
index 0000000..720ed1b
Binary files /dev/null and b/v2/static/mstile-70x70.png differ
diff --git a/v2/static/site.webmanifest b/v2/static/site.webmanifest
new file mode 100644
index 0000000..c23d67f
--- /dev/null
+++ b/v2/static/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "HugoPoi's Blog",
+ "short_name": "HugoPoi's Blog",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
diff --git a/www/favicon.ico b/www/favicon.ico
new file mode 100644
index 0000000..13ec70b
Binary files /dev/null and b/www/favicon.ico differ