No description
|
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #4 |
||
|---|---|---|
| data.template | ||
| scripts | ||
| src | ||
| static | ||
| .gitignore | ||
| .woodpecker.yaml | ||
| docker-compose.build.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
JABE - Just Another Blogging Engine
A short introduction
JABE is a blogging platform designed to be lightweight, easy to use & powered by Markdown. It stems from an issue i've come across, where no blogging platform i could find was:
- 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.
Blogs using JABE
To-do
- [HIGH] Server-side parsing.
- [MEDIUM] Docker build system.
- [MEDIUM] Proper metadata (title, date etc).
- [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!)
License
JABE uses the GNU GPLv3 license.