Skip to content

Wibeset/bladerunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bladerunner

Github Pages static site generator in PHP using Blade and gulp.js.

Installation

  • 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

Generate static website

  • To refresh view, run php bin/generate.php or gulp gen
  • To refresh css, run gulp css

If you don't wanna run bot commands every times you change something, use gulp watch.

Deploy

  • 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.

Websites built with Bladerunner

To add your site in this list, create an issue or a pull request.

Credits

License

The MIT License (MIT). Please see LICENSE for more information.

About

Github Pages static site generator in PHP using Blade and gulp.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published