koblog/README.md

53 lines
2.7 KiB
Markdown
Raw Permalink Normal View History

2022-09-07 17:03:45 +02:00
# [Bludit](https://www.bludit.com/)
2015-06-26 06:54:39 +02:00
2023-07-15 15:58:33 +02:00
Bludit the Simple, Fast, and Flexible CMS.
2017-10-14 15:51:38 +02:00
2023-07-15 15:58:33 +02:00
With Bludit, you can build your own website or blog in just seconds. Its 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.
2018-03-05 00:28:58 +01:00
2023-07-15 15:58:33 +02:00
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.
2022-09-07 17:03:45 +02:00
2023-07-15 15:58:33 +02:00
## Resources
2018-03-08 19:17:32 +01:00
2016-02-22 03:56:52 +01:00
- [Plugins](https://plugins.bludit.com)
- [Themes](https://themes.bludit.com)
2018-03-08 19:17:32 +01:00
- [Documentation](https://docs.bludit.com)
2022-09-07 17:03:45 +02:00
- 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)
2015-09-08 03:42:57 +02:00
2022-09-07 17:03:45 +02:00
## Requirements
2015-06-26 06:54:39 +02:00
2022-09-07 17:03:45 +02:00
- Webserver with PHP support.
2020-10-01 13:34:29 +02:00
- PHP v5.6 or higher version.
2015-11-05 04:09:12 +01:00
- PHP [mbstring](http://php.net/manual/en/book.mbstring.php) module for full UTF-8 support.
2016-10-07 13:46:45 +02:00
- 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.
2015-06-26 06:54:39 +02:00
2022-09-07 17:03:45 +02:00
## Installation
2015-06-26 06:54:39 +02:00
2023-07-15 15:58:33 +02:00
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.
2019-05-31 13:06:49 +02:00
2022-09-07 17:03:45 +02:00
## Quick installation for testing
2018-01-17 09:50:27 +01:00
2022-09-07 17:03:45 +02:00
You can use PHP Built-in web server (`php -S localhost:8000`) or [Docker image](https://hub.docker.com/r/bludit/docker/)
2018-07-20 10:03:00 +02:00
2022-09-07 17:03:45 +02:00
## Support Bludit
2018-01-17 09:50:27 +01:00
2023-07-15 15:58:33 +02:00
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.
2020-07-13 11:43:00 +02:00
2022-09-07 17:03:45 +02:00
- [PayPal](https://www.paypal.me/bludit/10)
- BTC (Network BTC): bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph
- ETH (Network ETH): 0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7
2020-07-13 11:43:00 +02:00
2022-09-07 17:03:45 +02:00
## License
2018-01-17 09:50:27 +01:00
2023-07-15 15:58:33 +02:00
Bludit is open source software licensed under the [MIT license](https://tldrlegal.com/license/mit-license).