Fork de https://github.com/bludit/bludit pour mes sites personnels
blogblog-enginebluditcmsdom-manipulationengineflat-fileflexiblejsonjson-manipulationphpphp-supportpluginsthemewebserverweb-sitewebsite
9e8607ca8e
Fixes #27 |
||
---|---|---|
.github | ||
bl-content | ||
bl-kernel | ||
bl-languages | ||
bl-plugins | ||
bl-themes | ||
.gitignore | ||
.htaccess | ||
.prettierrc | ||
index.php | ||
install.php | ||
LICENSE | ||
README.md |
🦎 Koblog
Koblog is a fork of bludit, a simple, fast and flexible CMS, with a more IndieWeb/Personnal Web direction. It's made for my personnal blog and quarante-douze.net. Like Bludit, Koblog is a flat-file cms/blog that stores content in JSON format, eliminating the need for database installation or configuration. It support both markdown and HTML.
It's not yet ready for use (I need some more features first, the reason why it's forked), and isn't really made for public use (but it's open-source, just there won't be doc and stuff).
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
- Download the latest version from here.
- Extract the zip file into a directory, such as
koblog
. - Upload the
koblog
directory to your web server or hosting. - Visit your domain (e.g., https://example.com/koblog/).
- Follow the installer to set up your website.
Quick installation for testing
You can use PHP Built-in web server (php -S localhost:8000
)
License
Koblog is open source software licensed under the MIT license.