Files
cs249r_book/newsletter/drafts/_template.md
Vijay Janapa Reddi aa0c690a6f feat: add newsletter system with Buttondown integration and CLI commands
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>
2026-03-07 17:22:52 -05:00

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.*