kentaro / soushi
Bimodal Site Generator Powered by PHP.
0.0.3
2016-12-28 19:15 UTC
Requires
- php: >=7.1
- league/plates: ^3.1
- mnapoli/front-yaml: ^1.5
- nategood/commando: ^0.2.9
- symfony/finder: ^3.2
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2025-03-01 22:47:42 UTC
README
Soushi (草紙 in Japanese) is a bimodal site generator powered by PHP.
Concept
In what way is Soushi bimodal?
Soushi is bimodal in terms of that it supports both generating a static Web site for GitHub Pages and serving contents dynamically via PHP scripts which can be simply put onto Web server, making HTML files from source files written in Markdown.
Soushi exploits the strength of PHP which allows us to easily deploy scripts and which is, itself, a template language, being enhanced by Plates library.
Documentaion
See http://kentarok.org/soushi/ for documentation. Which is also a live example of Soushi.
Author
Kentaro Kuribayashi
License
MIT