mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 01:29:07 -05:00
- Book: New Year greeting + navbar, TinyTorch, Kits, Newsletter - Kits: New Year greeting + navbar, Kits intro, Textbook link - Labs: New Year greeting + navbar, Labs coming 2026, Textbook link
18 lines
799 B
YAML
18 lines
799 B
YAML
# =============================================================================
|
|
# ANNOUNCEMENT BAR CONFIGURATION - LABS
|
|
# =============================================================================
|
|
# This file contains the announcement bar configuration for the labs site.
|
|
# It's included via metadata-files in _quarto-html.yml
|
|
# =============================================================================
|
|
|
|
website:
|
|
announcement:
|
|
icon: megaphone
|
|
dismissable: true
|
|
type: primary
|
|
position: below-navbar
|
|
content: |
|
|
🎉 **Happy New Year!** New navbar with dropdown menus. Try them out!<br>
|
|
🔮 **Labs:** Interactive ML simulations coming in 2026. [Learn more →](/)<br>
|
|
📚 **Textbook:** Read the ML Systems book. [Explore →](https://mlsysbook.ai/book)
|