Fork de https://github.com/bludit/bludit pour mes sites personnels
Find a file
Jyoti S 134d8faa85
Logout redirection call must reach the server
On Firefox 130 the logout (301 redirection to admin page) is getting cached and hence the logout action does not take place. Adding Cache-control to specify the browser to not-cache this is required for logout to work properly.
2024-10-02 07:50:04 +05:30
.github Update issue_template.md 2023-07-11 00:09:35 +02:00
bl-content bl content 2023-07-15 16:11:35 +02:00
bl-kernel Logout redirection call must reach the server 2024-10-02 07:50:04 +05:30
bl-languages Create lt.json 2024-07-19 21:08:27 +02:00
bl-plugins feat: new bludit version with bug fix for php 5 2024-08-25 10:11:57 +02:00
bl-themes feat: new bludit version with bug fix for php 5 2024-08-25 10:11:57 +02:00
.gitignore bl content 2023-07-15 16:11:35 +02:00
.htaccess bludit v3.15.0 2023-07-15 15:59:51 +02:00
.prettierrc chore: add prettierrc and dir=auto to form inputs 2024-06-22 16:22:05 +02:00
index.php Fix typo in the index.php 2019-07-05 20:11:00 +01:00
install.php add telegram support #1565 2024-06-30 21:48:29 +02:00
LICENSE update license 2023-07-15 16:10:01 +02:00
README.md bludit v3.15.0 2023-07-15 15:59:51 +02:00

Bludit

Bludit the Simple, Fast, and Flexible CMS.

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.

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

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 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

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. 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
  • BTC (Network BTC): bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph
  • ETH (Network ETH): 0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7

License

Bludit is open source software licensed under the MIT license.