aniketpant / stencil

[WIP] A static site generator written in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to generate the static site's root dir?

luckypoem opened this issue · comments

hi.

as3:~/stencil-site# ls
composer.json  LICENSE  phpunit.xml  README.md  src  tests
as3:~/stencil-site# composer.phar install
as3:~/stencil-site# ls
composer.json  LICENSE      README.md  tests
composer.lock  phpunit.xml  src        vendor
as3:~/stencil-site# cd src
as3:~/stencil-site/src# ls
Stencil
as3:~/stencil-site/src# cd Stencil
as3:~/stencil-site/src/Stencil# ls
cli.php  constants.php  post.php  stencil.php
as3:~/stencil-site/src/Stencil# php cli.php
as3:~/stencil-site/src/Stencil# php post.php
as3:~/stencil-site/src/Stencil# php  stencil.php
as3:~/stencil-site/src/Stencil# ls
cli.php  constants.php  post.php  stencil.php
as3:~/stencil-site/src/Stencil# cd ~/stencil-site/
as3:~/stencil-site# ls
composer.json  LICENSE      README.md  tests
composer.lock  phpunit.xml  src        vendor
as3:~/stencil-site#

so how to generate the static site's root dir?

@luckypoem The work on the project is still underway and it will take sometime for it to start working. Regardless, this repository is the core and you need to use https://github.com/aniketpant/stencil-app via composer to use it.