An open API service indexing awesome lists of open source software.

https://github.com/timonf/static-deploy

StaticDeploy will compile Twig templates and other resources. It will create static html files.
https://github.com/timonf/static-deploy

Last synced: 11 months ago
JSON representation

StaticDeploy will compile Twig templates and other resources. It will create static html files.

Awesome Lists containing this project

README

          

StaticDeploy
============

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](https://github.com/timonf/static-deploy-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.