Phile
Phile copied to clipboard
A flat file CMS with a swappable parser and template engine.
PHP 8
Will there be a version which works under PHP 8.0? The recent version 1.11.1 does not. Or has the development been stopped?
Fixes: #351 The raw-content has to be split into meta and content. This was done in two places before (Page and Parser) essentially duplicating the same functionality. Now this responsibility...
A content.md page with ``` ## Welcome ``` renders fine, while without the meta block ``` ## Welcome ``` only a blank page is shown. A markdown page should render...
# Todo *Request a plugin in the comments* # Done - https://github.com/Schlaefer/phileDebugbar
In my config.php I can only go this far ```php /** * Configure parserMarkdown to work with EnlighterJS * https://github.com/michelf/php-markdown * https://github.com/EnlighterJS/EnlighterJS */ $config['plugins']['phile\\parserMarkdown'] = array( 'empty_element_suffix' => '', 'code_class_prefix'...
hi there, i know it is possible to use external services for sending emails, but i would prefer a plugin. is there any instruction somewhere for a contact form plugin...
Hello, thank you for this lightweight, fast flat file CMS! I have been using pico for some time, but my blog has grown to ~70 pages and now there's a...
## Phile 2.0 Lately I have been using Laravel and Slim and have noticed some nice things we can steal. It has been a while since I used Phile, but...
For organizational purposes, it would be nice to keep all pages in a folder, but I need all my urls to be stripped to just post-name. I've tinkered with the...
Bumps [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros) from 2.13.0 to 2.18.1. Release notes Sourced from laminas/laminas-diactoros's releases. 2.18.0 Release Notes for 2.18.0 Feature release (minor) 2.18.0 Total issues resolved: 0 Total pull requests resolved: 1...