A simple static site generator written on Php which uses Laravel's blade-template-engine.
- Run
composer installonce downloaded - Than you can run
php generate.php - The Generated static site can be found in the OUTPUT folder
- For storing data
.jsonfile is used which are in the content directory - Each
.jsonfile holds data for individual.htmlfile - Add/Modify them according to desire
Blade templates are in resources/views directory
To know about blade follow laravel 5.1 documentation.