Life with 🐘 🐳 🐧 πŸ’»

Follow @DennisdeBest

Traefik Middleware, redirect from www. to the simple URL

A lot of people are still used to a website needing to start with www. but this is not the case anymore. This has created a few issues in the past where I would deploy a site to https://my-site.org but then when people would try to share the site they would mention it as https://www.my-site.org...

Continue reading

A Bash Script To Create New Scripts !

In Linux I tend to create my own scripts to try to automate the most stuff possible. In order to do so I used to create a new file in /usr/local/bin, make it executable and then start writing script into that file :

touch /usr/local/bin/my-script
chmod +x /usr/local/bin/my-script
vim /usr/local/...

Continue reading

β€œInnovation is the outcome of a habit, not a random act. ” Sukant Ratnakar

Contribute to Grav plugins

When you notice some errors in the Grav plugins you can help fixing them by changing some of the code inside.

When upgrading to Grav 1.7 and PHP 8 it crashed with the DropCaps plugin.

To get this to work I forked the repository and added a contrib directory at the root of my Grav project.

T...

Continue reading