Fork de https://github.com/bludit/bludit pour mes sites personnels
Find a file
2022-09-08 21:35:32 +02:00
.github Improve issue template 2019-09-06 16:12:41 +02:00
bl-kernel small changes for Bludit PRO 2022-09-08 21:35:32 +02:00
bl-languages Missing comma - error at install page 2021-12-13 20:31:44 +06:30
bl-plugins Bug fix, the new version is not showing up 2022-09-08 21:35:15 +02:00
bl-themes small changes for Bludit PRO 2022-09-08 21:35:32 +02:00
.gitignore update ignores 2020-08-23 19:00:46 +02:00
.htaccess remove rewrite base 2020-03-21 15:45:03 +01:00
index.php Fix typo in the index.php 2019-07-05 20:11:00 +01:00
install.php Merge pull request #1174 from eeagle/master 2020-09-25 19:30:41 +02:00
LICENSE Update bootstrap v4.3.1 -> v4.4.1 2020-01-01 16:40:11 +05:30
README.md Fix deprecation warninigs 2022-09-07 17:03:45 +02:00

Bludit

Simple, Fast and Flexible CMS.

Bludit is a web application to build your own website or blog in seconds, it's completely free and open source. Bludit uses files in JSON format to store the content, you don't need to install or configure a database. You only need a web server with PHP support.

Bludit is a Flat-File CMS.

Bludit supports Markdown and HTML code for the content.

Requirements

  • Webserver with PHP support.
  • PHP v5.6 or higher version.
  • PHP mbstring module for full UTF-8 support.
  • PHP gd module for image processing.
  • PHP dom module for DOM manipulation.
  • PHP json module for JSON manipulation.

Installation

  1. Download the latest version from the official page. Bludit.com
  2. Extract the zip file into a directory such as bludit.
  3. Upload the directory bludit to your web server or hosting.
  4. Visit your domain https://example.com/bludit/
  5. Follow the Bludit Installer to set up the website.

Quick installation for testing

You can use PHP Built-in web server (php -S localhost:8000) or Docker image

Support Bludit

Bludit is open source and free, but if you really like the project and is useful for your you can contribute on Patreon, also for the supporters we provide Bludit PRO. Bludit PRO

Donate one time for the coffee or beer:

  • PayPal
  • BTC (Network BTC): bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph
  • ETH (Network ETH): 0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7

License

Bludit is open source software licensed under the MIT license.