Skip to content
/ Baun Public
forked from BaunCMS/Baun

A modern, lightweight, extensible CMS for PHP

License

Notifications You must be signed in to change notification settings

krkeegan/Baun

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baun

Baun is a modern, lightweight, extensible CMS for PHP. Inspired by my last CMS Pico, Baun has been desgined from the ground up as a modern PHP application whilst retaining the same features that made Pico so popular:

  • Simple - Baun makes creating and maintaining a website as simple as editing text files
  • Fast - Designed with performance in mind, and no database, making Baun blazing fast
  • Flat - Baun is designed as a "flat file" CMS, meaning you can completely forget about MySQL
  • Markdown - Edit your website in your favourite text editor using simple Markdown formatting
  • Twig - Baun uses the Twig templating engine, for powerful and flexible templates
  • Open Source - Baun is completely free and open source, released under the MIT license

Documentation

Documentation for Baun can be found on the Baun website.

Framework

The Framework for Baun is kept in a separate repo. Check out the Framework if you want to contribute to the core.

Demo

The bauncms.com site is built using Baun.

Contribute

Want to contribute to Baun? That's great. Here is where you should go:

Note that pull requests should be limited to one feature/fix per request. Pull requests with multiple features/fixes will be rejected.

Credits

Baun was originally created by Gilbert Pellegrom and is currently maintained by Mark Southard. Released under the MIT license.

KRKeegan Fork

This is my fork from the original Baun CMS. I have added things that I find useful. In addition, I have also forked the admin plugin and made a number of changes there as well - Baun Admin KRKeegan Fork. These two repositories features overlap a bit.

Some additions that I have made:

  • Enable uploading of images from the admin plugin.
  • Enable HTML formatted blog excerpts as supported by my Framework Fork

About

A modern, lightweight, extensible CMS for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 54.5%
  • HTML 38.9%
  • CSS 6.6%