Skip to content

oal/babble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babble CMS

Babble is a simple content management system. Its main goal is ease of use, both for developers and non-technical end users.

Babble CMS was heavily inspired by Lektor and Kirby in how stores content structure (models) and website content in text files on disk, rather than in an SQL database. This means that the whole website can be kept in a version control system like Git. It uses the Twig templating engine (similar to Lektor's Jinja2), and comes with a user friendly admin interface, including a file manager and image cropping functionality.

This project is still in development, and is probably not ready for production use.

Installation

mkdir public/uploads
sudo chmod www-data public/uploads

sudo chown -R www-data content
sudo chown -R www-data cache

sudo apt install php-imagick
sudo apt install php-dom # If you want to use `php babble build`

composer install
composer dump-autoload -o

About

Simple file based content management system, with an optional admin interface (see @oal/babble-admin)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages