staf / generator by staf

A basic and configurable static site generator to integrate with Laravel or other projects.
13
0
2
Package Data
Maintainer Username: staf
Package Create Date: 2017-02-14
Package Last Update: 2017-02-14
Language: PHP
License: MIT
Last Refreshed: 2025-02-08 15:01:31
Package Statistics
Total Downloads: 13
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Static site generator.

Work in progress.

This is a project/package I've built simply to make a simple static site generator for some of my personal projects. This is not intended to be standalone and should be integrated into an app in order to properly leverage the package.

I created this partly because I needed to get some static files generated for one of my side projects and partly just to see how difficult it would be. The setup I developed this for is a Laravel application that acts as a sort of personal dashboard but also to help manage some of the basic sites that are being put up as a result of other side projects.

TODO

  • Documentation
  • Laravel integration
  • Proper demo site in project and live.
  • Unit tests
  • Proper README file

Nice to have

  • Helper to build the "definition object"
  • Demo site should be the documentation site.