From 6c65fd13798164295faa3263d437abc743d2c8d2 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Thu, 23 Jul 2026 20:42:08 -0400 Subject: [PATCH] Add sample campaign, restyle email template to brand campaigns/welcome/ is a sample campaign showing the campaign.md format in practice. Restyled email-templates/campaign.html to thistleandmoth.org's actual brand colors and fonts (EB Garamond/Source Serif 4), no images, with web-safe fallbacks for clients that can't load webfonts. Co-Authored-By: Claude Sonnet 5 --- campaigns/.gitkeep | 0 campaigns/welcome/campaign.md | 18 ++++++++++++++ email-templates/campaign.html | 46 +++++++++++++++++++++-------------- 3 files changed, 46 insertions(+), 18 deletions(-) delete mode 100644 campaigns/.gitkeep create mode 100644 campaigns/welcome/campaign.md diff --git a/campaigns/.gitkeep b/campaigns/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/campaigns/welcome/campaign.md b/campaigns/welcome/campaign.md new file mode 100644 index 0000000..ecb7778 --- /dev/null +++ b/campaigns/welcome/campaign.md @@ -0,0 +1,18 @@ +--- +subject: "Welcome to Thistle & Moth" +lists: ["Newsletter"] +from_email: "Thistle & Moth " +tags: ["welcome"] +--- + +{{ if .Subscriber.Attribs.first_name }}Hi {{ .Subscriber.Attribs.first_name }},{{ else }}Hi there,{{ end }} + +Welcome to the Thistle & Moth newsletter! We're glad you're here. + +From now on, this is where you'll hear about what's new, what's coming, and +anything else worth sharing. No spam, no noise — just the good stuff, when +we actually have something to say. + +Thanks for reading with us. + +The Thistle & Moth team diff --git a/email-templates/campaign.html b/email-templates/campaign.html index c83add3..89f397e 100644 --- a/email-templates/campaign.html +++ b/email-templates/campaign.html @@ -1,14 +1,17 @@ @@ -17,14 +20,21 @@ just Listmonk's default look. + + - +
 
-
+
{{ template "content" . }}