Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BaunCMS/Baun
A modern, lightweight, extensible CMS for PHP
https://github.com/BaunCMS/Baun
Last synced: 16 days ago
JSON representation
A modern, lightweight, extensible CMS for PHP
- Host: GitHub
- URL: https://github.com/BaunCMS/Baun
- Owner: BaunCMS
- License: mit
- Created: 2015-03-02T12:41:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T21:37:58.000Z (almost 8 years ago)
- Last Synced: 2024-09-19T23:37:31.456Z (about 2 months ago)
- Language: PHP
- Homepage: https://bauncms.com
- Size: 58.6 KB
- Stars: 283
- Watchers: 27
- Forks: 38
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Baun
Baun is a modern, lightweight, extensible CMS for PHP. Inspired by my last CMS [Pico](http://picocms.org),
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](http://bauncms.com).
## Framework
The Framework for Baun is kept in a separate repo. Check out the [Framework](https://github.com/BaunCMS/Framework) if
you want to contribute to the core.## Demo
The [bauncms.com](http://bauncms.com) site is built using Baun.
## Contribute
Want to contribute to Baun? That's great. Here is where you should go:
* [Submit a bug report or feature request](https://github.com/BaunCMS/Baun/issues)
* [Submit a pull request](https://github.com/BaunCMS/Baun/pulls)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](http://marksouthard.co). Released under the MIT license.