headercat / statimate
Static site generator for minimalist.
0.0.3
2025-05-01 00:27 UTC
Requires
- php: ^8.4
- ext-fileinfo: *
- illuminate/config: 11.7
- illuminate/view: 11.7
- league/commonmark: ^2.6
- mnapoli/silly: ^1.9
- symfony/console: ^7.2
- symfony/yaml: ^7.2
- workerman/workerman: ^5.1
Requires (Dev)
- phpstan/phpstan: ^2.1
This package is not auto-updated.
Last update: 2025-05-15 00:41:36 UTC
README
Introduction
Statimate is a static site generator for minimalist. It aims to generate static sites with a modest level of tools without complex frontend libraries. Statimate provides the following key features to make building static sites simple and fast.
- Intuitive routing directory structure.
- Multi-inheritable layout system.
- Easily extensible plugin system.
- Simple build/serve CLI tool which supports hot reloading.
- Built-in Laravel Blade template engine, Markdown parser, and more.
- Built-in plugins to boost productivity, including pagination helper, meta-tag manager, and more.
Official Documentation
Documentation or statimate can be found at the website.
License
Statimate is open-sourced software licensed under the MIT license.