themes-magazine-bold/RECOMMENDED_ICONS.md
Alex Dunmow 98293cf8ab feat(magazine-bold): Wave A theme lane (WO-TF-021) — streetwear / fashion drops
Full Wave A build to the OVERRIDE-CONTRACT (frozen cms a0f07e2ae):

- 49 mandatory builtin overrides in templates/overrides/magazine-bold/,
  re-skinned to streetwear cover-story chrome (massive condensed uppercase
  Archivo Black headlines, heavy 2px rules, hard square edges, mono datelines,
  fluoro accent slabs). Every content field, provider var, custom tag and JS
  block preserved verbatim from the frozen builtin defaults; legacy button
  (link/style/label) and card (media/text) field reads already reconciled.
- 7 page templates: default, full-width, landing, article, blog-index,
  contact, auth.
- 4 persona blocks (deleted masthead/photo_essay/pull_quote/issue_archive/
  colophon — now overrides of navbar/gallery/quote/post-index/footer):
  cover_story, lookbook, drop_calendar, credits_ticker.
- 5 dual-mode presets (newsprint+voltage light / ink-black+fluoro dark), all
  19 tokens, dark tuned not inverted.
- Bundled OFL woff2: Archivo Black (display), Inter (body), IBM Plex Mono
  (labels); fonts.json + assets/fonts/LICENSES.md. All font-family via
  var(--font-heading|body|mono, fallback).
- Themed email-safe wrapper (tables, inline styles, streetwear defaults).
- Master pages (navbar/footer/slot chrome) + seed demo site (OFFCUT label:
  home, about, blog + 3 posts, contact with data table + row_inserted →
  email-admins workflow, login) in fashion-label voice.
- MID motion tier: marquee ticker, scroll reveal, duotone hover, scroll
  progress bar — all prefers-reduced-motion honored with static fallback,
  no canvas.
- Icon packs (lucide, simple-icons) declared in plugin.mod + RECOMMENDED_ICONS.

Verified: `make build` exit 0; `check-safety` 32 checks 19 ok 13 skip -> OK.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-05 12:38:05 +08:00

31 lines
1.5 KiB
Markdown

# Recommended Icons — Magazine Bold
Magazine Bold is a typographic, rule-heavy theme. It leans on condensed
headlines, mono labels and heavy rules, not iconography, so it references only
two bundled packs. `plugin.mod` declares them in `required_icon_packs`; until
the loader auto-installs declared packs, an admin should confirm they are
enabled before activation.
## Required packs
- **lucide** — ships bundled with the CMS (v0.460). Enabled by default. Used
for chrome and UI glyphs (arrows, chevrons, close, check, play, map-pin,
navigation, mail, rss, star, flag). If icons render as empty boxes, open
`/admin/icons` and confirm **Lucide** is installed and enabled.
- **simple-icons** — ships bundled with the CMS (v14.0). Used only for brand
glyphs in `author-bio-hero`, `author-bio` and `social-links` (x, linkedin,
github). Confirm it is enabled at `/admin/icons` if brand marks are blank.
## Icons used by the theme chrome and overrides
All via the sprite pipeline (`<svg><use href="/icons/<pack>.svg#<name>"/></svg>`
or the `::<pack>:<name>::` shorthand):
`arrow-right`, `chevron-down`, `chevron-left`, `chevron-right`, `x`, `check`,
`play`, `download`, `map-pin`, `navigation`, `mail`, `rss`, `star`, `flag`,
`diamond`, `globe` (lucide); `x`, `linkedin`, `github` (simple-icons).
Block content that stores an icon (feature-grid items, social links, contact
channels) may reference any installed pack as a `pack:name` string; the schemas
default to `lucide` so the theme renders without extra setup.