timonf/static-deploy

StaticDeploy will compile Twig templates and other files. The generated output can run without PHP on any web server.

dev-master 2014-03-25 15:28 UTC

This package is not auto-updated.

Last update: 2024-04-23 05:02:45 UTC


README

StaticDeploy provides a deployment for static html pages right from your Twig templates, Less files and other resources.

You can use all generated contents without PHP. It's very useful for static information pages or small landing pages. You can use the power of dynamic web pages and

Usage

If you want to getting started with StaticDeploy, we recommend the project template.

Available plugins

Those plugins are built-in:

  • Twig
  • LessPHP
  • more are planned!

Built-in plugins will be loaded in Configuration/Core. If you want to load other plugins, you just have to write your own configurator.