add blek bin
This commit is contained in:
parent
2d723cfb08
commit
3f8d2c60bf
|
@ -27,3 +27,5 @@ block content
|
||||||
a(href='/project/blek_anal') blek! Analytics
|
a(href='/project/blek_anal') blek! Analytics
|
||||||
li
|
li
|
||||||
a(href='/project/blek_launch') blek! Launcher
|
a(href='/project/blek_launch') blek! Launcher
|
||||||
|
li
|
||||||
|
a(href='/project/blek_bin') blek! Bin
|
|
@ -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).
|
||||||
|
|
Loading…
Reference in New Issue