Stenope icon indicating copy to clipboard operation
Stenope copied to clipboard

The static website generator for Symfony developers

Results 15 Stenope issues
Sort by recently updated
recently updated
newest added

The goal is to allow sources files that provides multiple objects, like CSV files, but also JSON and YAML, and one day distant sources like Google sheets. ```yaml stenope: providers:...

As an alternative requiring minimum knowledge to write contents & templating using Stenope, without a need for custom PHP code. Tmp doc preview: https://stenopephp.github.io/Stenope/cookbooks/lazy-stenope/

enhancement

For some usage, or just for convenience, it might be interesting to skip the "Create a Model" phase and juste get object as array to be manipulated in twig. A...

enhancement

Right now, files listed in "copy" are not shown in the live version of the app, because they're only handled upon build. Is there a way to serve them dynamically...

enhancement
question

I have the following config : _config/services.yaml_ ```yaml parameters: app.supported_locales: "en|fr" ``` _src/Controller/AppController.php_ ```php #[Route("/{_locale}", name: "index")] public function index(): Response { /* ... */ } ``` When I run...