Blog by Corentin


bash

Netlify is an awesome service that lets you do continuous integration using git. Each time you push commits, the service gets the changes and rebuild your website. The main issue is that it does not support PHP files, that’s why i decided to work on a process to convert PHP website into a static website.