I’ve been using Disqus as the commenting system on this website for years now. It was convenient and did the job… until it wasn’t. 😅 Recently, Disqus decided to start adding ads to their free tier. Here is the email I received: Hi there, You’re currently on our free Disqus...
Read More...So you have you Jekyll post properly appearing in your dev environment but not there when you deploy in production. Here is a few things that are most likely the reason why: Your local dev environment timezone may differ from the remote server. Make sure you have configured the timezone...
Read More...Before reading: This article deals with categories page generation by language using Jekyll and the problems I personally have to implement it. This article don’t list the limits of Jekyll in a general point of view. As you maybe noticed, I have been using Jekyll to build this website from...
Read More...def welcome(name) puts "Hi #{name}, welcome to fcbrossard.net" end welcome('Visitor') #=> prints 'Hi Visitor, welcome to fcbrossard.net' to STDOUT. Welcome to my new website. Back to 2006 the popularity of Wordpress was not as it is now (you can check on Google Trends if you don’t trust me). I chose...
Read More...