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