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/browserconfig.xml | |
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/browserconfig.xml')
-rw-r--r-- | static/browserconfig.xml | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/mstile-150x150.png"/> + <TileColor>#603cba</TileColor> + </tile> + </msapplication> +</browserconfig> |