Download the PHP package kohkimakimoto/site-generator without Composer
On this page you can find all versions of the php package kohkimakimoto/site-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kohkimakimoto/site-generator
More information about kohkimakimoto/site-generator
Files in kohkimakimoto/site-generator
Package site-generator
Short Description A simple static site generator.
License Apache License 2.0
Homepage https://github.com/kohkimakimoto/SiteGenerator
Informations about the package site-generator
SiteGenerator
A simple static site generator.
Installation
Create composer.json for installing via composer.
Run composer install command.
Usage
Run init
command to create a basic directory structure and generator.yml
.
Created directory structure is the following
Run generate
command to generate a static site from a source.
Also, you can run generate
command with --watch
and --server
options in the development stage.
If you use --server
option, You can see the site at http://localhost:1234/
.
If you want to clear the dest directory, you should run clear
command.
TODO
- Supporting to generate asset files.
References
It's inspired the following products.
All versions of site-generator with dependencies
symfony/filesystem Version 2.4.*
symfony/yaml Version 2.4.*
symfony/finder Version 2.4.*
symfony/process Version 2.4.*
michelf/php-markdown Version 1.4.0
react/http Version 0.4.*