deploy: 9682ff8c54fd7951053b52ea84a75aefcf507952

This commit is contained in:
davegallant
2024-01-02 14:34:33 +00:00
parent 8dcbb293c9
commit fb9ee72601
354 changed files with 1631 additions and 12771 deletions

19
site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "hugo-theme-gruvbox",
"short_name": "hugo-theme-gruvbox",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#282828",
"background_color": "#282828",
"display": "standalone"
}