Quick Start
composer global require asika/vaseman 3.*
Vaseman is a PHP project, you can easily create static sites by Twig or Blade engines or use Markdown to write documentation.
Vaseman use Twig as template engine, you can write your logic in every page. We also provide Markdown Extra parser to help you writing article quickly.
Vaseman is not just a static page generator, it can also used like a dynamic site. Just create your template and open the project root, every page will auto render by your route.