dev-master
9999999-devProject template for StaticDeploy.
LGPL-3.0
The Requires
- timonf/static-deploy dev-master
- php >=5.3.3
Project template for StaticDeploy.
This is a project template for StaticDeploy! StaticDeploy provides a deployment for static html pages right from your Twig templates, Less files and other resources., (*1)
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, (*2)
First of all you'll need to install Composer:, (*3)
curl -sS https://getcomposer.org/installer | php
If you have Composer installed, you can just use this command to create a new StaticDeploy project:, (*4)
composer.phar create-project -sdev timonf/static-deploy-template your-project-name
Now you can create your source content at src
and you may compile it to output
via:, (*5)
php bin/staticdeploy.php compile src output
All files with underscore at the beginning will be ignored. This is useful, if you want to include some files such layout, footer, header or other resources., (*6)
Project template for StaticDeploy.
LGPL-3.0