mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-09 07:15:51 -05:00
- Add custom 404 pages for Kits, Collabs, and TinyTorch - Update OG images to use high-res book cover (1200x630px) - Add PWA support with site.webmanifest and apple-touch-icon - Enable TOC for Collabs (was disabled) - Move subscribe-modal.js to _brand as shared asset - Add theme-color meta tags matching project accent colors
20 lines
510 B
JSON
20 lines
510 B
JSON
{
|
|
"name": "Hardware Kits - ML Systems",
|
|
"short_name": "HW Kits",
|
|
"description": "Hands-on hardware labs and kits for machine learning systems education.",
|
|
"start_url": "/kits/",
|
|
"scope": "/kits/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#148F77",
|
|
"icons": [
|
|
{
|
|
"src": "assets/images/favicon.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"categories": ["education", "technology", "hardware"]
|
|
}
|