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 MainI'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.
{
public static void main(String[] args)
{
System.out.println("Hello new blog!");
}
}