inital
Some checks failed
Lint Commit Messages / commitlint (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
Build and Deploy / deploy (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled

This commit is contained in:
koffeejava
2026-04-17 07:28:44 -06:00
parent 0fbaa5359b
commit 9f841c330b
42 changed files with 1167 additions and 958 deletions

27
assets/img/favicons/site.webmanifest Executable file → Normal file
View File

@@ -1,28 +1,21 @@
---
layout: compress
---
{% assign favicon_path = "/assets/img/favicons" | relative_url %}
{
"name": "{{ site.title }}",
"short_name": "{{ site.title }}",
"description": "{{ site.description }}",
"name": "Koffee's Corner",
"short_name": "KC",
"icons": [
{
"src": "{{ favicon_path }}/web-app-manifest-192x192.png",
"src": "/assets/images/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
},
{
"src": "{{ favicon_path }}/web-app-manifest-512x512.png",
"src": "/assets/images/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"start_url": "{{ '/index.html' | relative_url }}",
"theme_color": "#2a1e6b",
"background_color": "#ffffff",
"display": "fullscreen"
}
"theme_color": "#5d0000",
"background_color": "#620000",
"display": "standalone"
}