Add social page with archived mastodon posts, move source to /site

This commit is contained in:
天クマ 2026-07-04 16:57:55 -03:00
commit 648869bf76
40 changed files with 58 additions and 2 deletions

View file

@ -1,23 +0,0 @@
---
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"
}