📝 (Readme): explain what kobold is in readme

Fixes #25
This commit is contained in:
Kazhnuz 2025-01-18 09:04:33 +01:00
parent 89e866d656
commit d1d83e0542

View file

@ -1,20 +1,8 @@
# [Bludit](https://www.bludit.com/) # 🦎 Koblog
Bludit the Simple, Fast, and Flexible CMS. Koblog is a fork of bludit, a simple, fast and flexible CMS, with a more IndieWeb/Personnal Web direction. It's made for my personnal [blog](https://blog.kazhnuz.space) and [quarante-douze.net](https://quarante-douze.net). Like Bludit, Koblog is a flat-file cms/blog that stores content in JSON format, eliminating the need for database installation or configuration. It support both markdown and HTML.
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. It's not yet ready for use (I need some more features first, the reason why it's forked), and isn't really made for public use (but it's open-source, just there won't be doc and stuff).
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 ## Requirements
@ -27,26 +15,16 @@ As a Flat-File CMS, Bludit offers unparalleled flexibility and speed. Plus, with
## Installation ## Installation
1. Download the latest version from the official page: [Bludit.com](https://www.bludit.com) 1. Download the latest version from here.
2. Extract the zip file into a directory, such as `bludit`. 2. Extract the zip file into a directory, such as `koblog`.
3. Upload the `bludit` directory to your web server or hosting. 3. Upload the `koblog` directory to your web server or hosting.
4. Visit your domain (e.g., https://example.com/bludit/). 4. Visit your domain (e.g., https://example.com/koblog/).
5. Follow the Bludit Installer to set up your website. 5. Follow the installer to set up your website.
## Quick installation for testing ## 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/) You can use PHP Built-in web server (`php -S localhost:8000`)
## 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 ## License
Bludit is open source software licensed under the [MIT license](https://tldrlegal.com/license/mit-license). Koblog is open source software licensed under the [MIT license](https://tldrlegal.com/license/mit-license).