Join us at Jamstack Conf Virtual, October 6-7. Register now!

StaticGen

A List of Static Site Generators for Jamstack Sites

AboutContributeAbout JamstackNeed a Static CMS?

Cleaver

https://usecleaver.com aschmelyun/cleaver (110)
Languages:PHP
Templates:Blade
License:MIT

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.

Installation

composer create-project aschmelyun/cleaver

Usage

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.

© Netlify 2020