Files
cs249r_book/newsletter/index.qmd
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

41 lines
1.0 KiB
Plaintext

---
title: "Newsletter"
listing:
- id: newsletter-listing
contents:
- "sent/*.md"
- "posts/*.md"
sort: "date desc"
type: default
categories: true
date-format: "MMMM D, YYYY"
feed: true
fields: [title, date, description, categories]
format:
html:
toc: false
page-layout: full
title-block: none
---
::: {.content-visible when-format="html"}
```{=html}
<div class="newsletter-hero">
<div class="newsletter-hero-content">
<p class="newsletter-eyebrow">NEWSLETTER</p>
<h1 class="newsletter-title">From the<br/>Author's Desk.</h1>
<p class="newsletter-tagline">Updates, insights, and progress on the<br/>Machine Learning Systems curriculum.</p>
<p class="newsletter-cta">
<a href="https://buttondown.com/mlsysbook" target="_blank" rel="noopener" class="newsletter-subscribe-btn">Subscribe via Email</a>
<a href="https://buttondown.com/mlsysbook/rss" target="_blank" rel="noopener" class="newsletter-rss-btn">RSS Feed</a>
</p>
</div>
</div>
```
::: {#newsletter-listing}
:::
:::