Grav
Grav is a free, open-source content management system written in PHP. It is a flat-file CMS, meaning it does not require a database; content and configuration are stored as plain text files in the file system. Sites built with Grav typically store page content in Markdown files under the user/pages directory, with metadata defined in YAML front matter. Presentation is handled through Twig templates, and themes provide the look and feel.
Grav uses a modular structure that separates core, configuration, and content. The system folder contains core
Grav emphasizes speed and simplicity, offering fast performance due to its flat-file approach and caching mechanisms.
Grav is commonly used for small to medium-sized websites, such as personal blogs, portfolios, documentation hubs,