mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 09:38:38 -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
530 B
JSON
20 lines
530 B
JSON
{
|
|
"name": "Machine Learning Systems",
|
|
"short_name": "MLSysBook",
|
|
"description": "A comprehensive textbook on machine learning systems, covering hardware, software, and deployment.",
|
|
"start_url": "/book/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#A51C30",
|
|
"icons": [
|
|
{
|
|
"src": "/assets/images/favicon.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"categories": ["education", "books", "technology"]
|
|
}
|