diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-01-03 04:37:06 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-01-03 04:37:06 +0200 |
commit | aa1e6fbf3c2ee895a6b46d8e4308ba19a609fcb2 (patch) | |
tree | a0b88c95afa312b90ea46f3d9980b8ddfcc68b92 /static/site.webmanifest | |
parent | 3d2d8943e7137aadb8f782c7e17ec4a27d25fafe (diff) |
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
Diffstat (limited to 'static/site.webmanifest')
-rw-r--r-- | static/site.webmanifest | 19 |
1 files changed, 19 insertions, 0 deletions
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" +} |