diff --git a/content/projects/_index.md b/content/projects/_index.md index 001235c..8946c84 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -47,11 +47,15 @@ Its this website!! It is actually a redesign of the old version which i think i It is built on [zola](https://getzola.org), which generates static .HTML files you can put anywhere. ### 3. blek! Bin +[Project page](/projects/bin) + A simple ass pastebin copy. Also has a funny HTML-only captcha that has not been cracked so far. It is built on express and stores data in simple files. ### 4. blek! EOL +[Project page](/projects/eol) + The super secret letter and a website that will be displayed in the case of my death. Don't tell anyone, ok? It works by pinging all my devices each hour and prompting me to enter a 6-digit PIN code to tell the service i am still alive. If i enter the code wrong, it assumes i am dead and someone tries to pick the code. diff --git a/content/projects/bin.md b/content/projects/bin.md new file mode 100644 index 0000000..fa7bc19 --- /dev/null +++ b/content/projects/bin.md @@ -0,0 +1,24 @@ ++++ +template = 'custom/project.html' + +title = 'blek! Bin' +description = 'A pastebin copy' +date = '2024-08-01' +slug = 'bin' +year = 2024 +month = 1 +day = 8 +lang = 'en' + +[extra] +git_repo = 'git.blek.codes/blek/bin.git' +demo_url = 'bin.blek.codes' +author = 'b1ek ' +license = 'GPL-3.0-only' ++++ + +A simple ass pastebin copy. Also has a funny HTML-only captcha that has not been cracked so far. + +It is built on express and stores data in simple files. + +I was inspired by [librebin](https://github.com/hnhx/librebin) to build this. Since it sucks. Serously, the code is written in a no-framework php. Should i elaborate eny further? \ No newline at end of file diff --git a/content/projects/eol.md b/content/projects/eol.md new file mode 100644 index 0000000..e2f18a8 --- /dev/null +++ b/content/projects/eol.md @@ -0,0 +1,20 @@ ++++ +template = 'custom/project.html' + +title = 'blek! EOL' +description = '' +date = '2024-08-01' +slug = 'eol' +year = 2024 +month = 1 +day = 8 +lang = 'en' + +[extra] +git_repo = '' +demo_url = '' +author = 'b1ek ' +license = 'Private use' ++++ + +sheesh... its a secret ;p \ No newline at end of file