The new Fergonez

So here it is! After almost seven years without a single update, I finally had the guts to redesign the site in order to make it easier to publish content. IIRC this is the 4th iteration of Fergonez.net. It's been online since 2004!

Everything from the old site is basically still here. Despite most of the content being in Brazilian Portuguese, the majority of traffic came from english speaking countries, so I decided to drop the dual language support. From now on, I'll only post in English, but the old content in Portuguese is still available, which is indicated by a little flag next to the title.

The dual language thing was probably the main reason why I stopped posting, as it was quite a hassle to have to write two texts every time I wanted to post something new.

In the back-end, I'm now using a databaseless CMS which I customized to suit my needs (both in functionality and theming). Managing the site and publishing new content is now much easier, so I hope to publish more often. It also supports markdown and syntax highlighting, so geeky stuff is very pleasant to read and write.

using System;

namespace HelloWorld {
    class Hello {
        static void Main() {
            Console.WriteLine("Look at this color scheme! So nice!");

            Console.ReadKey();
        }
    }
}

Anyway, I hope you enjoy the new website and let's see if I can make the website more active again. Right now, I'm fiddling with Disqus integration and it should probably be up and running next week.