Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bludit/bludit
Simple, Fast, Secure, Flat-File CMS
https://github.com/bludit/bludit
blog blog-engine bludit cms docker-image dom-manipulation engine flat-file flexible json json-manipulation php php-support plugins theme web-site webserver website
Last synced: 28 days ago
JSON representation
Simple, Fast, Secure, Flat-File CMS
- Host: GitHub
- URL: https://github.com/bludit/bludit
- Owner: bludit
- License: mit
- Created: 2015-03-08T16:29:31.000Z (over 9 years ago)
- Default Branch: v3.0
- Last Pushed: 2024-08-25T08:13:34.000Z (3 months ago)
- Last Synced: 2024-09-29T02:20:54.973Z (about 1 month ago)
- Topics: blog, blog-engine, bludit, cms, docker-image, dom-manipulation, engine, flat-file, flexible, json, json-manipulation, php, php-support, plugins, theme, web-site, webserver, website
- Language: JavaScript
- Homepage: https://www.bludit.com
- Size: 33.9 MB
- Stars: 1,268
- Watchers: 73
- Forks: 289
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-homelab - Bludit - File CMS | (Apps / X)
README
# [Bludit](https://www.bludit.com/)
Bludit the Simple, Fast, and Flexible CMS.
With Bludit, you can build your own website or blog in just seconds. It’s completely free, open-source, and easy to use. Bludit stores content in JSON format, eliminating the need for database installation or configuration. All you need is a web server with PHP support.
As a Flat-File CMS, Bludit offers unparalleled flexibility and speed. Plus, with support for both Markdown and HTML code, creating and managing content has never been easier.
## Resources
- [Plugins](https://plugins.bludit.com)
- [Themes](https://themes.bludit.com)
- [Documentation](https://docs.bludit.com)
- News and announcement on [Twitter](https://twitter.com/bludit), [Facebook](https://www.facebook.com/bluditcms), and [Reddit](https://www.reddit.com/r/bludit/)
- Talk & Chat on [Discord](https://discord.gg/CFaXEdZWds)
- Help and Support on [Forum](https://forum.bludit.org)
- Bugs reports on [Github Issues](https://github.com/bludit/bludit/issues)## Requirements
- Webserver with PHP support.
- PHP v5.6 or higher version.
- PHP [mbstring](http://php.net/manual/en/book.mbstring.php) module for full UTF-8 support.
- PHP [gd](http://php.net/manual/en/book.image.php) module for image processing.
- PHP [dom](http://php.net/manual/en/book.dom.php) module for DOM manipulation.
- PHP [json](http://php.net/manual/en/book.json.php) module for JSON manipulation.## Installation
1. Download the latest version from the official page: [Bludit.com](https://www.bludit.com)
2. Extract the zip file into a directory, such as `bludit`.
3. Upload the `bludit` directory to your web server or hosting.
4. Visit your domain (e.g., https://example.com/bludit/).
5. Follow the Bludit Installer to set up your website.## Quick installation for testing
You can use PHP Built-in web server (`php -S localhost:8000`) or [Docker image](https://hub.docker.com/r/bludit/docker/)
## Support Bludit
Bludit is open-source and free to use, but if you find the project useful and would like to support its development, you can contribute on [Patreon](https://www.patreon.com/bePatron?c=921115&rid=2458860). As a token of our appreciation, supporters will receive Bludit PRO.
If you prefer, you can also make a one-time donation to buy us a coffee or beer. Every contribution helps us continue to improve Bludit and provide the best possible experience for our users.
- [PayPal](https://www.paypal.me/bludit/10)
- BTC (Network BTC): bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph
- ETH (Network ETH): 0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7## License
Bludit is open source software licensed under the [MIT license](https://tldrlegal.com/license/mit-license).