diff --git a/content/projects/_index.md b/content/projects/_index.md index 8946c84..64dae9d 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -61,6 +61,8 @@ The super secret letter and a website that will be displayed in the case of my d 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. ### 5. blek! Sail +[Project page](/projects/sail) + If you use laravel you know a development tool called Laravel Sail. This one is a single docker container that runs your laravel app with production optimizations. diff --git a/content/projects/sail.md b/content/projects/sail.md new file mode 100644 index 0000000..3eda159 --- /dev/null +++ b/content/projects/sail.md @@ -0,0 +1,23 @@ ++++ +template = 'custom/project.html' + +title = 'blek! Bin' +description = 'A pastebin copy' +date = '2024-08-01' +slug = 'sail' +year = 2024 +month = 1 +day = 8 +lang = 'en' + +[extra] +git_repo = 'github.com/b1ek/sail.git' +demo_url = 'github.com/b1ek/sail' +author = 'b1ek ' +license = 'None' ++++ + +If you are familiar with Laravel, you must've hear of Laravel Sail. + +Well, this project is basically Laravel Sail, but its built to survive in production. +Check the github repo for more info. \ No newline at end of file