add blek bin

This commit is contained in:
b1ek 2023-02-21 19:52:35 +10:00
parent 2d723cfb08
commit 3f8d2c60bf
2 changed files with 24 additions and 1 deletions

View File

@ -27,3 +27,5 @@ block content
a(href='/project/blek_anal') blek! Analytics
li
a(href='/project/blek_launch') blek! Launcher
li
a(href='/project/blek_bin') blek! Bin

View File

@ -0,0 +1,21 @@
extends ../layout/project.pug
block root
- var title = 'blek! Bin'
block append content
h2 blek! Bin
p
| blek! Bin is a free, self-hosted, nojs alternative to
a(href='https://pastebin.com') Pastebin
| .
br
| Or, in other words, a clean-code alternative to
a(href='https://github.com/hnhx/librebin') Librebin
| .
p
| Basically, i got the idea of this project from
a(href='https://github.com/hnhx/librebin') Librebin
| , which is built on bare PHP and the code is barely readable or maintainable.
br
| Also, Librebin has only 8 commits and the last commit was on May 30 2022 (at this moment).