Skip to content

v1.7.0 - Site Commands Redesign

Choose a tag to compare

@Data-Wise Data-Wise released this 27 Dec 22:11
· 183 commits to main since this release

Site Commands Redesign

Complete redesign of documentation site commands with 8 ADHD-friendly design presets.

New Commands (5)

Command Description
/craft:site:create Full documentation site wizard with design presets
/craft:site:update Smart content sync from code changes
/craft:site:status Site dashboard and health check
/craft:site:theme Quick theme changes (colors, presets, fonts)
/craft:site:add Add new documentation pages with templates

Design Presets (8)

Standard Presets:

  • data-wise - Blue/orange Material (DT's default)
  • minimal - Clean gray, fast loading
  • open-source - GitHub-style blue/green
  • corporate - Professional navy

ADHD-Friendly Presets:

  • adhd-focus - Forest green, minimal distractions
  • adhd-calm - Warm earth tones, cozy reading
  • adhd-dark - Dark-first, muted sage, reduced eye strain
  • adhd-light - Warm off-white, soft contrast

ADHD-Friendly Features

All ADHD presets include:

  • Reduced animations (0.1s max transitions)
  • Larger click targets
  • Narrower content width (750-850px)
  • Clear heading hierarchy
  • Softer color contrasts
  • Warm backgrounds (no harsh white/black)

Stats

Metric v1.6.0 v1.7.0 Change
Commands 58 61 +3
Site Commands 6 9 +3
Design Presets 0 8 +8

Usage

# Create new site with preset
/craft:site:create --preset adhd-focus

# Change theme
/craft:site:theme --preset adhd-calm

# View current theme and available presets
/craft:site:theme

🤖 Generated with Claude Code