Add social page with archived mastodon posts, move source to /site
This commit is contained in:
parent
a301a5cc5e
commit
648869bf76
40 changed files with 58 additions and 2 deletions
23
site/site.webmanifest.njk
Normal file
23
site/site.webmanifest.njk
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
permalink: /static/site.webmanifest
|
||||
---
|
||||
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "{{ '/static/android-chrome-192x192.png' | url }}",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "{{ '/static/android-chrome-512x512.png' | url }}",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
Loading…
Reference in a new issue