Claude improvements
This commit is contained in:
parent
a86940da30
commit
df2267a968
79 changed files with 2695 additions and 1162 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 99 KiB |
|
|
@ -1,2 +1,4 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://schmelczer.dev/sitemap-index.xml
|
||||
|
|
|
|||
|
|
@ -1,11 +1,23 @@
|
|||
{
|
||||
"name": "Portfolio - Andras Schmelczer",
|
||||
"short_name": "Portfolio",
|
||||
"name": "Andras Schmelczer",
|
||||
"short_name": "Schmelczer",
|
||||
"description": "Andras Schmelczer writes about software systems, AI deployment, graphics, simulations, and tools.",
|
||||
"lang": "en",
|
||||
"id": "/",
|
||||
"categories": ["education", "personal", "technology"],
|
||||
"icons": [
|
||||
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
||||
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
||||
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" },
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#B7455E",
|
||||
"background_color": "#242638",
|
||||
"display": "standalone"
|
||||
"theme_color": "#fbfaf7",
|
||||
"background_color": "#fbfaf7",
|
||||
"display": "standalone",
|
||||
"start_url": "/",
|
||||
"scope": "/"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue