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>
41 lines
1.0 KiB
Plaintext
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}
|
|
:::
|
|
|
|
:::
|