Join us at Jamstack Conf Virtual, October 6-7. Register now!
Cleaver is a fast and simplistic static site generator written in PHP and using Laravel's Blade templating engine.
Content is organized in a single directory whose internal structure doesn't reflect the rendered site's. Instead, the final page path is determined by a variable in each content file.
Cleaver makes use of either Markdown files for content-heavy pages, or JSON files for more data-driven sites.
Each moderately-sized page on a website renders on average in two-digit milliseconds.
composer create-project aschmelyun/cleaver
npm install
npm run dev
npm run production
StaticGen is hosted and maintained by Netlify, the perfect way to deploy your Jamstack sites and apps.