A lightweight PHP CMS that uses flat files for fast and simple content management, designed to work without JavaScript. It relies on pure PHP and HTML with basic CSS styling. The CSS can easily be replaced with any classless CSS framework for a more polished look.
- Any web server with PHP support (version 7 or higher)
- Clone or download this repository
- Edit config.php to suit your preferences.
- Add content to the pages folder (check the provided examples for the correct syntax).
- Upload or serve the files using your preferred method.
- to access admin panel go to /admin
- default password is admin123 (please change it as soon as possible)
- from admin panel you can add new pages, edit existing pages, delete pages, edit configuration, change password