From 2a4d61be1590ec0894809caa697bdf1c6e23d219 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Fri, 24 Jul 2026 11:30:45 -0400 Subject: [PATCH] Add welcome course stub (day-0 only) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit active: false until day-1+ copy is ready. Entered via /subscribe's SUBSCRIBE_ENROLL_COURSE_SLUG=welcome, not signup_list_name — the site's mailing-list signup already adds to the list. --- courses/welcome/course.yml | 15 +++++++++++++++ courses/welcome/day-0.md | 16 ++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 courses/welcome/course.yml create mode 100644 courses/welcome/day-0.md diff --git a/courses/welcome/course.yml b/courses/welcome/course.yml new file mode 100644 index 0000000..8945af2 --- /dev/null +++ b/courses/welcome/course.yml @@ -0,0 +1,15 @@ +active: false # stub: only one step so far — flip once day-1+ copy is ready + +slug: welcome +name: "Welcome to Two Squirrels Press" +from_email: hello@twosquirrelspress.com +ceiling_hours: 24 + +# Entered only via eec's own POST /subscribe (the site's "join the mailing +# list" form), which also enrolls in this course when configured with +# SUBSCRIBE_ENROLL_COURSE_SLUG=welcome (see the eec-twosquirrelspress +# Ansible role). No signup_list_name here — getting the welcome message +# already means you're on the list, /subscribe put you there. + +steps: + - file: day-0.md diff --git a/courses/welcome/day-0.md b/courses/welcome/day-0.md new file mode 100644 index 0000000..3757739 --- /dev/null +++ b/courses/welcome/day-0.md @@ -0,0 +1,16 @@ +--- +subject: "Welcome to Two Squirrels Press" +--- + +Hi there, + +Welcome to the Two Squirrels Press newsletter! We're glad you're here. + +From now on, this is where you'll hear about new releases, behind-the-scenes +notes from our authors, and the occasional bit of news worth passing along. +No spam, no noise — just the good stuff, whenever we actually have something +to say. + +Thanks for reading with us. + +The Two Squirrels Press team