Blog by Corentin


netlify

How to archive a website and host it as a static one?

How to archive a website and host it as a static one?

A few days ago I wanted to archive a blog I was running with some friends years ago that didn’t move since then. If in practice the task seems simple (extract content as static and host it somewhere), I struggled to find the right tools to do it.

Deploy PHP websites as static on Netlify

Deploy PHP websites as static on Netlify

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.