https://github.com/timonf/static-deploy-template
Basic template for StaticDeploy
https://github.com/timonf/static-deploy-template
Last synced: about 1 year ago
JSON representation
Basic template for StaticDeploy
- Host: GitHub
- URL: https://github.com/timonf/static-deploy-template
- Owner: timonf
- Created: 2014-01-19T15:47:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-11T22:52:17.000Z (over 12 years ago)
- Last Synced: 2025-02-09T08:39:56.295Z (over 1 year ago)
- Language: CSS
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.
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
Getting started
---------------
First of all you'll need to install Composer:
curl -sS https://getcomposer.org/installer | php
If you have Composer installed, you can just use this command to create
a new StaticDeploy project:
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:
php bin/staticdeploy.php compile src output
Additional information
----------------------
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.