Just Testing

Just Testing is the name of a Culture spacecraft in Iain M. Banks’s “Use of Weapons”, one of his Culture series novels.

But that is not what this post is about.

This is just me testing Hugo with Blog Awesome Theme. I will probably continue updating this as I go along.

Example Quote

“In Buffett’s view, if you cannot write it down, you have not thought it through.”

― Tren Griffin, Charlie Munger: The Complete Investor

Example Code Block

try
{
    Log.Debug("Starting app");
    return commandApp.Run(args);
}
catch (Exception ex)
{
    Log.Error(ex, "An error occurred");
    AnsiConsole.WriteException(ex, ExceptionFormats.ShortenEverything);
    return 1;
}
finally
{
    Log.CloseAndFlush();
}

For more info see Syntax Highlighting

Images

An image from the post directory:

Just Testing

A resized image from the post directory:

Just Testing

For more info see Image Processing

Diagrams

GoAT

Natively supported. More information at goat.

From the docs:

123412341234123412341234

Mermaid

Needs a Code block render hook.

From the docs:

  sequenceDiagram
    participant Alice
    participant Bob
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts <br/>prevail!
    John-->>Alice: Great!
    John->>Bob: How about you?
    Bob-->>John: Jolly good!

For more info see Diagrams