diff --git a/view/project.pug b/view/project.pug index f460ede..f9a5efc 100644 --- a/view/project.pug +++ b/view/project.pug @@ -26,4 +26,6 @@ block content li a(href='/project/blek_anal') blek! Analytics li - a(href='/project/blek_launch') blek! Launcher \ No newline at end of file + a(href='/project/blek_launch') blek! Launcher + li + a(href='/project/blek_bin') blek! Bin \ No newline at end of file diff --git a/view/projects/blek_bin.pug b/view/projects/blek_bin.pug new file mode 100644 index 0000000..0dd38c9 --- /dev/null +++ b/view/projects/blek_bin.pug @@ -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). + \ No newline at end of file