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.
- Host: GitHub
- URL: https://github.com/timonf/static-deploy
- Owner: timonf
- License: lgpl-3.0
- Created: 2014-01-12T23:21:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-25T15:29:50.000Z (about 12 years ago)
- Last Synced: 2025-02-09T08:39:55.936Z (over 1 year ago)
- Language: PHP
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.