Fork de https://github.com/bludit/bludit pour mes sites personnels
Find a file
Diego Najar a36f2534a0
Merge pull request #1512 from belomaxorka/added-missing-comma
Added missing comma in nl_NL.json
2023-07-10 19:40:01 +02:00
.github bug fixes 2021-09-05 16:18:01 +02:00
.vscode vscode configuration 2021-09-12 20:57:59 +02:00
bl-kernel Merge pull request #1511 from belomaxorka/minor-fixes-themes 2023-07-10 19:39:29 +02:00
bl-languages Added link to Discord server 2023-03-29 23:04:19 +03:00
bl-plugins Added missing comma in nl_NL.json 2023-04-25 13:26:08 +07:00
bl-themes Minor improvements in default themes 2023-04-25 13:16:52 +07:00
.gitignore bug fixes 2021-09-05 16:18:01 +02:00
.htaccess init branch for Bludit v4 2020-11-01 11:55:34 +01:00
composer.json Install via composer #752 2021-10-27 23:17:14 +02:00
index.php Fix typo in the index.php 2019-07-05 20:11:00 +01:00
install.php Use checkbox instead of text [Installer] 2023-04-25 13:10:47 +07:00
LICENSE change in metadata for Bludit v4.0, plugin for popeye theme updated, refactor 2021-06-02 22:48:30 +02:00
phpstan.neon move vendors to vendors folder, include tinymce languages, update vendors, include vendors in the helper 2021-10-23 18:07:15 +02:00
README.md Include Reddit as social network 2022-09-07 17:02:49 +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 v7 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.