Fork de https://github.com/bludit/bludit pour mes sites personnels
Find a file
Diego Najar 0b7d327480
Merge pull request #1359 from nogajun/master
update Japanese translation(fix translation and typo).
2021-10-04 19:23:35 +02:00
.github Improve issue template 2019-09-06 16:12:41 +02:00
bl-kernel Feature: Allow images to be inserted as thumbnails or as linked thumbnails 2020-10-30 16:06:14 +01:00
bl-languages update Japanese translation(fix translation and typo). 2021-10-01 19:48:48 +09:00
bl-plugins Merge pull request #1291 from ltGuillaume/master 2021-06-05 21:14:03 +02:00
bl-themes Merge pull request #1174 from eeagle/master 2020-09-25 19:30:41 +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 typo 2021-04-26 14:03:53 +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.

Bludit v4

I'm working on Bludit v4 but I don't have an ETA for the first alpha or beta version. You can follow the changes in the new branch v4.0 and in the blog post Bludit v4 Road map.

I'm doing a big refactor of Bludit's core so please be patient and let me release an Alpha version before push changes to the branch v4.0.

Feedback and ideas are welcome, you can create an issue with the request; Please provide some examples of the idea in the issue.

Follow Bludit

Requirements

You just need a web server 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.
  • Supported web servers:
    • Bludit supports almost every web server
    • PHP Built-in web server (php -S localhost:8000)

Installation Guide

  1. Download the latest version from the official page. Bludit.com
  2. Extract the zip file into a directory like 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 configure the website.

Docker Image

Official Docker image on Docker Hub.

Also we provide Kubernetes deployments yaml files.

Support Bludit!

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

Bludit PRO

Platinum sponsors in Patreon!

Golden sponsors in Patreon!

License

Bludit is open source software licensed under the MIT license.