
With custom hooks, you can place your plugin's data anywhere you want. For example, you have a footer and you want to have links in your footer. There is a link plugin that displays links in the SiteBar with "<? Php Theme :: plugins ('siteSidebar');?>". If you put this code in your footer, all plugins that use "siteSidebar" will be placed in your footer. With my pull request you can now create your own hooks and it can be guaranteed that only a single plugin places its data there but only if its the only plugin implementing your custom hook. How to create custom hooks: in your plugin.php you have to place a public function "registerHooks" returning an array of String. ´´´ public function registerHooks() { return array( "akLinks", "akBusinessHours" ); } ```
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.
- Plugins
- Themes
- Documentation
- Help and Support Forum and Chat
Social Networks
Requirements
You just need a web server with PHP support.
- PHP v5.6 or higher.
- 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
- Download the latest version from the official page. Bludit.com
- Extract the zip file into a directory like
bludit
. - Upload the directory
bludit
to your web server or hosting. - Visit your domain https://example.com/bludit/
- Follow the Bludit Installer to configure the website.
Docker Image
Bludit provides an official Docker image.
Backers
Become a Backer and support Bludit with a monthly contribution to help us continue development.
Sponsors
Become a Sponsor and support Bludit with a monthly contribution to help us continue development.
License
Bludit is open source software licensed under the MIT license.
Description
Languages
PHP
62.4%
JavaScript
36.3%
CSS
1.3%