Skip to content

v1.5.0 — bulleted cards

Latest

Choose a tag to compare

@LeoHChen LeoHChen released this 01 Jun 02:36
v1.5.0
c03994a

build-deck: bulleted cards

The cards slide type now takes an optional bullets[] array per card, rendering a scannable bulleted list instead of a paragraph body.

type: cards
cards:
  - num: "01"
    title: Platform & systems at scale
    role: Amazon · AWS
    bullets:
      - Shipped storage virtualization at AWS to millions of users
      - Founding engineer on Kindle Fire Tablet and Echo / Alexa
      - Architect of Amazon's Common OS
  • body stays optional — a bullet-only card emits no empty body.
  • Bullet markers follow the card accent (primary/accent); dense mode shrinks the bullet font.
  • Turns crowded multi-clause cards (intros, per-product challenge breakdowns) into clean, scannable bullets.

Issue #17 · PR #18