No description
Find a file
hex 252f12e98b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Merge pull request 'some more fixes...' (#4) from dev into stable
Reviewed-on: #4
2024-11-18 14:10:31 +01:00
data.template some more renaming 2024-11-18 12:07:35 +01:00
scripts some more renaming 2024-11-18 12:07:35 +01:00
src some more fixes... 2024-11-18 14:10:07 +01:00
static feat: iwakura theme + user assets 2024-08-14 01:56:51 +02:00
.gitignore revive ci 2024-04-01 22:08:11 +02:00
.woodpecker.yaml fix 2024-11-18 12:12:32 +01:00
docker-compose.build.yml rename lol 2024-11-18 11:58:54 +01:00
docker-compose.yml some more renaming 2024-11-18 12:07:35 +01:00
Dockerfile rename lol 2024-11-18 11:58:54 +01:00
LICENSE [ci skip] add license 2024-06-09 19:38:36 +02:00
package-lock.json some more renaming 2024-11-18 12:07:35 +01:00
package.json streamline the deployment process, and cleaning shit up! 2024-03-30 16:33:59 -04:00
README.md some more renaming 2024-11-18 12:07:35 +01:00
tsconfig.json WOHOO actual dev scripts now 2024-03-29 15:12:14 -04:00
yarn.lock WOHOO actual dev scripts now 2024-03-29 15:12:14 -04:00

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.