Public Service Announcement: the server is gone

Unfortunately my m8 forgot to renew our micro-dedicated server. We got that as a Black Friday deal. ATM we can’t really afford to take another one, thus I will rely on Github. End of transmission

28 January 2019 · 1 min · 35 words · Jacopo Scannella

My take on GoHugo and Github.io mirroring

In these days I worked on setting up a mirror for this blog on github.io, in this post I’ll explain how I set it up. Repository everything Log in on your github.com account and create these repositories: yourwebsite.com: this will contain your whole hugo directory and it will contain the config.toml file with the domain yourwebsite.com. yourgithubname.github.io: this will be the mirror itself, it will be the public/ directory inside your hugo dir, generated with the github....

6 September 2018 · 3 min · 489 words · Jacopo Scannella

Hello World!

/* Welcome to my blog! */ #include <stdio.h> int main() { printf("hello, world!"); return 0; }

24 August 2018 · 1 min · 16 words · Jacopo Scannella