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
Install ⬇️
Via mise
mise use -g github:pepicrft/gesttaltFrom Source (requires Zig 0.13+)
git clone https://github.com/pepicrft/gesttalt.git
cd gesttalt
zig build -Doptimize=ReleaseFast
# Binary at zig-out/bin/gesttaltDevelopment 🛠️
# Run tests
zig build test
# Format code
zig fmt src/
# Build specific target
zig build -Dtarget=x86_64-linuxContributing 🤝
Gesttalt is in active development. Check out open issues or the development guide.
License 📜
MIT License - see LICENSE for details.