Skip to content

Releases: rokoss21/FACET-FSSG

FSSG v1.1.0 - FACET Static Site Generator

24 Sep 09:29

Choose a tag to compare

FSSG v1.1.0 Release

🚀 What's New

  • Initial Public Release: FSSG (FACET Static Site Generator) is now available as a Python package on PyPI
  • CLI Interface: Complete command-line interface for deterministic static site generation
  • FACET JSON Support: Full support for FACET canonical JSON as input format
  • HTML Renderer: Production-grade HTML generation with Jinja2 templating
  • Markdown & YAML: Built-in processing for Markdown content and YAML configuration
  • PyPI Package: Available for installation via pip install fssg

📦 Package Contents

This release includes:

  • fssg-1.1.0-py3-none-any.whl - Python wheel package
  • fssg-1.1.0.tar.gz - Source distribution

🛠️ Installation

pip install fssg

📖 Usage

# Basic usage
fssg build -c config.json

# Help
fssg --help

🔗 Links


FSSG is part of the deterministic AI stack by rokoss21.

🤖 Generated with Claude Code