Date Tags blog

Hello!

After almost a year of having my website down, I decided it was time to do something about it! This is my attempt at creating a new website.

I'm using Pelican. Let's see how code looks like, for example...:

#include <stdio.h>

int main(int argc, char *argv[])
{
    /* Print string */
    printf("Hello, world!\n");
    return 0;
}

It will take some time to create articles about my latest projects, and I've reuploaded all the entries of my old blog and website!

Old website

Unfortunately, this change means that any comment left on my old blog will be lost, but well, there weren't that many...

Antonio