Github Pages static site generator in PHP using Blade and gulp.js.
- Install requires
composer install
- Install gulp.js globally if not done yet
sudo npm install -g gulp
- Install gulp.js locally
npm install --save-dev gulp
- Install gulp.js packages locally
npm install
- To refresh view, run
php bin/generate.php
orgulp gen
- To refresh css, run
gulp css
If you don't wanna run bot commands every times you change something, use gulp watch
.
- Run
bin/gh-deploy.sh
n.b: To use a custom domain name or subdomain, add a CNAME file into dist
subdirectory like every github pages project.
To add your site in this list, create an issue or a pull request.
The MIT License (MIT). Please see LICENSE for more information.