Fork de https://github.com/bludit/bludit pour mes sites personnels
Find a file
Kazhnuz e8cebf6c10 ♻️ 💥 (pages): use the "article" type instead of published
It makes more sense to use the type of page you have for the type, and it prepare published to be a state instead of a type
2025-01-23 22:41:26 +01:00
.github 💬 ♻️ (rebrand): rename the project as Koblog 2025-01-18 09:06:54 +01:00
bl-content bl content 2023-07-15 16:11:35 +02:00
bl-kernel ♻️ 💥 (pages): use the "article" type instead of published 2025-01-23 22:41:26 +01:00
bl-languages (date): add a tool to pretty print archive dates 2025-01-19 16:46:45 +01:00
bl-plugins ♻️ 💥 (pages): use the "article" type instead of published 2025-01-23 22:41:26 +01:00
bl-themes (themes): add an API to get a title page 2025-01-21 21:50:23 +01: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
CHANGELOG.md (admin): show the sidebar page only if the theme support it 2025-01-18 19:34:20 +01:00
index.php 💬 ♻️ (rebrand): rename the project as Koblog 2025-01-18 09:06:54 +01:00
install.php ♻️ 💥 (pages): use the "article" type instead of published 2025-01-23 22:41:26 +01:00
LICENSE update license 2023-07-15 16:10:01 +02:00
README.md 📝 (Readme): explain what kobold is in readme 2025-01-18 09:04:33 +01:00

🦎 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

  1. Download the latest version from here.
  2. Extract the zip file into a directory, such as koblog.
  3. Upload the koblog directory to your web server or hosting.
  4. Visit your domain (e.g., https://example.com/koblog/).
  5. 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.