Yo! Symfony
Yo! Symfony
Where did you see these lines of code? ```php if (class_exists('Phar')) { Phar::mapPhar('spress.phar'); require 'phar://' . __FILE__ . '/bin/spress'; } ```
Yes. That is because each page is rendered first and the layout information is added after.
@knorthfield that is the reason
Hi. All of this point are very good. I going to treat each point below: > "Don't require post layout" We would need to mark this question as optional. If...
It wouldn't be too much work for getting that feature in Spress. I think this behavior should be optional and should be led by a specific configuration option.
can't you create just a subfolder for Spress?
I love this feature but this one will be included in Spress 2.3. I'm busy working on two big new features: support for themes and a package manager based on...
Hi. Spress only work in the `src` folder and make `build` folder for writing the compiled site. `vendor` folder is produced by Composer in case of plugins dependencies. The described...
Guys, currently I'm working on the next version for PHP 7.1 :)