jabe/README.md

38 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2024-11-18 11:58:54 +01:00
<h1 align="center">JABE - Just Another Blogging Engine</h1>
2024-03-31 14:08:30 +02:00
<div style="margin:auto;" align="center">
2024-08-14 01:56:51 +02:00
<a href="https://ci.iwakura.rip/repos/1/branches/stable" target="_blank">
<img src="https://ci.iwakura.rip/api/badges/1/status.svg?branch=stable" alt="status-badge" />
2024-03-31 14:08:30 +02:00
</a>
</div>
2024-11-18 11:58:54 +01:00
## A short introduction
2024-03-31 13:56:18 +02:00
2024-11-18 11:58:54 +01:00
_JABE_ is a blogging platform designed to be lightweight, easy to use & powered by Markdown.
2024-03-27 20:00:50 +01:00
It stems from an issue i've come across, where no blogging platform i could find was:
2024-11-18 11:58:54 +01:00
- easy to deploy.
- has fast loading times.
- simple enough for my -10 iq brain.
## State of Project
JABE is a work-in-progress, although it is in a more than usable state.
2024-11-18 12:07:35 +01:00
## Blogs using JABE
2024-11-18 11:58:54 +01:00
- [My own :)](https://blog.iwakura.rip)
## To-do
2024-06-08 22:39:03 +02:00
- [x] [HIGH] Server-side parsing.
- [x] [MEDIUM] Docker build system.
2024-11-18 11:58:54 +01:00
- [x] [MEDIUM] Proper metadata (title, date etc).
2024-06-08 22:39:03 +02:00
- [x] [MEDIUM] **Automated** prebuilt docker images.
- [ ] [LOW] Caching for faster load times.
- [ ] [LOW] Interface for blog management (web ui?).
- [ ] [LOW] Alternative frontend (solution)? (EJS is pretty primitive!)
2024-11-18 11:58:54 +01:00
## License
JABE uses the GNU GPLv3 license.