2017 © Pedro Peláez
 

project static-deploy-template

Project template for StaticDeploy.

image

timonf/static-deploy-template

Project template for StaticDeploy.

  • Tuesday, February 11, 2014
  • by timonf
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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)

Getting started

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

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., (*6)

The Versions

11/02 2014

dev-master

9999999-dev

Project template for StaticDeploy.

  Sources   Download

LGPL-3.0

The Requires