Sunday 5 July 2020

New Blog

Time for a new blog.
When I started, Blogger was fine.
However adding code/commands snippets is not built-in, and it lacks modifications history.
So I am now moving to a Hugo blog hosted at GitLab: https://blog.lhochet.dev

public class Main
{
  public static void main(String[] args)
  {
    System.out.println("Hello new blog!");
  }
}
I'll leave the old blog as a backup, though I've migrated the old articles to the new blog for convenience and to see how Hugo handles real articles.