From aa1e6fbf3c2ee895a6b46d8e4308ba19a609fcb2 Mon Sep 17 00:00:00 2001
From: xAlpharax <42233094+xAlpharax@users.noreply.github.com>
Date: Wed, 3 Jan 2024 04:37:06 +0200
Subject: Big new changes to the infrastructure, up for deployment. Need to
write some beginning posts. Hooray!
Changes to be committed:
deleted: .gitmodules
modified: config.toml
modified: content/posts/typography.md
modified: sass/_animate.scss
modified: sass/_normalize.scss
new file: static/android-chrome-192x192.png
new file: static/android-chrome-256x256.png
new file: static/apple-touch-icon.png
new file: static/browserconfig.xml
new file: static/favicon-16x16.png
modified: static/favicon-32x32.png
modified: static/favicon.ico
new file: static/mstile-150x150.png
new file: static/safari-pinned-tab.svg
new file: static/site.webmanifest
deleted: themes/emily_zola_theme
---
static/android-chrome-192x192.png | Bin 0 -> 59530 bytes
static/android-chrome-256x256.png | Bin 0 -> 100469 bytes
static/apple-touch-icon.png | Bin 0 -> 53035 bytes
static/browserconfig.xml | 9 ++
static/favicon-16x16.png | Bin 0 -> 1948 bytes
static/favicon-32x32.png | Bin 4575 -> 3238 bytes
static/favicon.ico | Bin 4575 -> 12014 bytes
static/mstile-150x150.png | Bin 0 -> 30318 bytes
static/safari-pinned-tab.svg | 254 ++++++++++++++++++++++++++++++++++++++
static/site.webmanifest | 19 +++
10 files changed, 282 insertions(+)
create mode 100644 static/android-chrome-192x192.png
create mode 100644 static/android-chrome-256x256.png
create mode 100644 static/apple-touch-icon.png
create mode 100644 static/browserconfig.xml
create mode 100644 static/favicon-16x16.png
create mode 100644 static/mstile-150x150.png
create mode 100644 static/safari-pinned-tab.svg
create mode 100644 static/site.webmanifest
(limited to 'static')
diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png
new file mode 100644
index 0000000..ebd7ddd
Binary files /dev/null and b/static/android-chrome-192x192.png differ
diff --git a/static/android-chrome-256x256.png b/static/android-chrome-256x256.png
new file mode 100644
index 0000000..3114875
Binary files /dev/null and b/static/android-chrome-256x256.png differ
diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
new file mode 100644
index 0000000..de75fa2
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 0000000..5cd27e3
--- /dev/null
+++ b/static/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #603cba
+
+
+
diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png
new file mode 100644
index 0000000..ebd744d
Binary files /dev/null and b/static/favicon-16x16.png differ
diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png
index b57e2b8..8556c39 100644
Binary files a/static/favicon-32x32.png and b/static/favicon-32x32.png differ
diff --git a/static/favicon.ico b/static/favicon.ico
index b57e2b8..c4ebcc8 100644
Binary files a/static/favicon.ico and b/static/favicon.ico differ
diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png
new file mode 100644
index 0000000..ef5e5a9
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 0000000..1f4b35b
--- /dev/null
+++ b/static/safari-pinned-tab.svg
@@ -0,0 +1,254 @@
+
+
+
diff --git a/static/site.webmanifest b/static/site.webmanifest
new file mode 100644
index 0000000..de65106
--- /dev/null
+++ b/static/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-256x256.png",
+ "sizes": "256x256",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
--
cgit v1.2.3