Commit Graph

4 Commits

Author SHA1 Message Date
will 55283f14aa Finish the Neon Tan reader-magnet page
deploy / deploy (push) Successful in 5s
Fill in the gift page's copy (title, description, subhead), wire the
cover image into the hero and og:image/Twitter card meta, and point the
download links at the real bucket path. Also fixes a bug where every
page's meta description fell back to the site-wide bio instead of its
own.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-16 06:30:28 -04:00
will 7c059ece02 Rename freebie -> gift
deploy / deploy (push) Successful in 3s
Matches the gift.<domain> vanity redirect's own name instead of a
different word for the same page.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-15 11:06:07 -04:00
will 8f0204b928 Wire up the new stylesheet: self-host fonts, fix markup/class mismatch
deploy / deploy (push) Successful in 4s
Self-hosts the five EB Garamond/Source Serif 4/Inter woff2 files the
new CSS's @font-face rules point at (static/fonts/ didn't exist before
now, so those requests just 404'd). Removes the old Google Fonts link
that was pulling Roboto/Open Sans/Source Code Pro — fonts the new
stylesheet never references.

Updates baseof.html's header/footer markup from the old scaffold's
.site/.brand/.inner classes to .site-header/.site-title/.site-footer,
matching what the new CSS actually targets — without this the header
and footer rendered completely unstyled.

Adds the component styles the new CSS didn't include at all: .btn,
.enroll-form/.enroll-status/.enroll-download, .course-hero and
friends, and .skip-link. Most importantly .field-honeypot — its
absence meant the anti-spam honeypot field rendered visibly on the
page instead of off-screen, which would silently break a real
visitor's signup if they filled it in.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-15 10:14:21 -04:00
will f380af16a1 Scaffold michaelferrara-site: Hugo skeleton with reader-magnet freebie flow
deploy / deploy (push) Successful in 4s
2026-07-15 06:39:49 -04:00