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/site.webmanifest | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 static/site.webmanifest (limited to 'static/site.webmanifest') 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