github-alt linkedin twitter cube dribbble rss clock comments

Archives du mois Archive of posts from month November 2022

Migrate WordPress comments to Giscus

5 mins

In this post about my migration process to Jekyll I explained the reasons that made me choose Giscus as commenting system. But unfortunately it does not come with a tool to migrate comments to GitHub. So I tried to make one.

View your website locally without environment

3 mins

You may want for some reasons to see your website outside its deployment environment, for instance to see an older version. There are full-featured WAMP/LAMP servers with all the tools needed, and I used for my WordPress years the great MicroApache that bundle Apache+PHP+SQLite in less than 1 Mb. But...

Redirects on GitHub Pages

4 mins

I have recently migrated my website on Jekyll hosted by GitHub Pages. As always, redirects are a good thing to avoid 404, and I have a bunch from the very first version of my website. However, GitHub Pages is not a webserver like Apache or NGINX and there is no...