SSSStatic - Simple Static Site Generator

Features

  1. YAML-based configuration - no complex templating
  2. Multiple built-in themes (dark/light)
  3. Multi-page support with automatic navigation
  4. Hero banners, cards, and responsive design
  5. Markdown-style links support
  6. Zero dependencies - pure Python
  7. Command-line interface for easy usage

Quick Start

  1. Install: `pip install sssstatic`
  2. Create: `sssstatic create new`
  3. Build: `sssstatic build`
  4. Serve: `sssstatic serve`