Skip to content

pepicrft/gesttalt

Repository files navigation

Gesttalt ✨

A static site generator with Shopify-like ecosystem stability. Themes and building blocks that never break.

Warning

Gesttalt is pre-1.0 and under active development. Breaking changes are expected until we reach version 1.0.

Why Gesttalt? 🤔

  • 🔒 Stable ecosystem - Liquid templates powered by liquidz, a native Zig implementation
  • 📝 TOML frontmatter - Clean, typed configuration for your content
  • 🎨 Theme system - Versioned themes with backward compatibility guarantees
  • 🚀 Fast - Written in Zig, compiles to native code
  • 🌍 Cross-platform - Linux, macOS, Windows

Development 🛠️

# Run tests
zig build test

# Format code
zig fmt src/

# Build specific target
zig build -Dtarget=x86_64-linux

Contributing 🤝

Gesttalt is in active development. Check out open issues or the development guide.

License 📜

MIT License - see LICENSE for details.