mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 09:38:38 -05:00
Adds newsletter infrastructure: CLI commands (new, list, preview, publish, fetch, status) integrated into binder, Quarto archive site config for mlsysbook.ai/newsletter/, and 12-month editorial content plan. Drafts are gitignored for private local writing; sent newsletters are committed as the public archive. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
32 lines
646 B
Markdown
32 lines
646 B
Markdown
---
|
|
title: "Newsletter Title Here"
|
|
subtitle: "Optional subtitle"
|
|
date: "YYYY-MM-DD"
|
|
author: "Vijay Janapa Reddi"
|
|
categories: [update]
|
|
description: "Brief description for the archive listing page."
|
|
draft: true
|
|
---
|
|
|
|
Write your newsletter content here in Markdown.
|
|
|
|
## Section Heading
|
|
|
|
Body text goes here. You can use all standard Markdown:
|
|
|
|
- Bullet points
|
|
- **Bold** and *italic*
|
|
- [Links](https://mlsysbook.ai)
|
|
|
|
## What's New
|
|
|
|
Highlight recent updates to the textbook, TinyTorch, hardware kits, or labs.
|
|
|
|
## Coming Up
|
|
|
|
Tease what's next for the ML Systems curriculum.
|
|
|
|
---
|
|
|
|
*Thanks for reading! Share this with anyone interested in ML systems.*
|