saaze
saaze copied to clipboard
An all-inclusive, flat-file CMS for simple websites and blogs.
MacOS M1, Homebrew, using php 8.1.8: ```FVFGT108Q05Q:x kkoehntopp$ composer --version Composer version 2.3.10 2022-07-13 15:48:23 FVFGT108Q05Q:x kkoehntopp$ php --version PHP 8.1.8 (cli) (built: Jul 8 2022 10:46:35) (NTS) Copyright (c)...
for those who want to try, I have published a version that works with php8. you can make a demo with the composer file below and edit according to your...
Hi, Installed everything, ran 'php saaze serve', got the following: `Fatal error: Uncaught Error: Call to undefined method Saaze\Commands\ServeCommand::isSurroundedBy() in xxxxx\blog\vendor\saaze\core\src\Commands\ServeCommand.php on line 65` Any ideas?
Suggestion for new feature: I would like to have a static build, which can be moved to any directory. Currently, Saaze generates > `href="/..."` Therefore, I cannot put multiple builds...
As Saaze can be extended quite easily, it is expected that more extensions and template-themes will emerge. We should collect them "somewhere", so people can find them easily. I created...