StenopePHP / Stenope

The static website generator for Symfony developers
https://stenopephp.github.io/Stenope/
MIT License
120 stars 9 forks source link
builder hacktoberfest highlighting static-site-generator symfony

Stenope

The static website generation tool for Symfony.

CLI

Why another static site generator?

We're Symfony developers that couldn't find a static website generator that bended to our needs.

We needed a way of generating static websites that:

Stenope does that.

Installation

In your existing Symfony app:

composer require stenope/stenope

If you plan to create a new app from scratch, you can give a try to the Stenope Skeleton.

Usage

bin/console -e prod cache:clear
bin/console -e prod stenope:build ./static

Your Symfony app is now a static website in: ./static! ✨

Next: learn more about Stenope's content management system.

Philosophy and goals

Stenope was designed with these goals in mind:

How it works

What Stenope is not

Stenope is not a ready-to-use bloging system: but you could quickly write your own blog system with it!

In-depth documentation

Features

Cookbooks